#C44324

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

Shades of Trinidad #C44324

Tints of Trinidad #C44324

Color information

#C44324 (or 0xC44324) is unknown color: approx Trinidad. HEX triplet: C4, 43 and 24. RGB value is (196,67,36). Sum of RGB (Red+Green+Blue) = 196+67+36=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C44324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44324 is #3BBCDB. Grayscale: #666666. Windows color (decimal): -3914972 or 2376644. OLE color: 2376644.

HSL color Cylindrical-coordinate representation of color #C44324: hue angle of 11.63º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C44324 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1966736-
CMYK00.660.820.23
HSL11.63º68.97%45.49%-
HSV(B)11.63º81.63%76.86%-
XYZ25.0915.883.41-
YUV102.0490.74195.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.55%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=65.55%
G=22.41%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196673600.660.820.2311.6368.9745.49
HexC443240425217c452d
Octal304103440102122271410555
Binary1100010010000111001000100001010100101011111001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44324; }

 p { color: rgb(196,67,36); }

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

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

 a { background-color: rgb(196,67,36); }

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

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

 span { border-color: rgb(196,67,36); }

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