#C74026

Color #C74026 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C74026

Tints of Trinidad #C74026

Color information

#C74026 (or 0xC74026) is unknown color: approx Trinidad. HEX triplet: C7, 40 and 26. RGB value is (199,64,38). Sum of RGB (Red+Green+Blue) = 199+64+38=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74026 is #38BFD9. Grayscale: #656565. Windows color (decimal): -3719130 or 2506951. OLE color: 2506951.

HSL color Cylindrical-coordinate representation of color #C74026: hue angle of 9.69º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C74026 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB1996438-
CMYK00.680.810.22
HSL9.69º67.93%46.47%-
HSV(B)9.69º80.9%78.04%-
XYZ25.7415.953.56-
YUV101.492.23197.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 66.11%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=66.11%
G=21.26%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199643800.680.810.229.6967.9346.47
HexC740260445116a442e
Octal307100460104121261210456
Binary1100011110000001001100100010010100011011010101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74026; }

 p { color: rgb(199,64,38); }

 H1.HeaderClassName
 {
   color: #C74026;
 }
 .AnyTagClassName
 {
   color: #C74026;
 }
</style>
background-color css

<style>
 a { background-color: #C74026; }

 a { background-color: rgb(199,64,38); }

 div.DivClassName
 {
   background-color: #C74026;
 }
 .BgClassName
 {
   background-color: #C74026;
 }
</style>
border-color css

<style>
 span { border-color: #C74026; }

 span { border-color: rgb(199,64,38); }

 td.TdClassName
 {
   border-color: #C74026;
 }
 .TagClassName
 {
   border-color: #C74026;
 }
</style>