#C44B21

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

Shades of Trinidad #C44B21

Tints of Trinidad #C44B21

Color information

#C44B21 (or 0xC44B21) is unknown color: approx Trinidad. HEX triplet: C4, 4B and 21. RGB value is (196,75,33). Sum of RGB (Red+Green+Blue) = 196+75+33=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B21 is #3BB4DE. Grayscale: #6A6A6A. Windows color (decimal): -3912927 or 2182084. OLE color: 2182084.

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

Color convert

RGB1967533-
CMYK00.620.830.23
HSL15.46º71.18%44.9%-
HSV(B)15.46º83.16%76.86%-
XYZ25.5616.883.35-
YUV106.3986.59191.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 33 (13.28% from 255) = 10.86%
R=64.47%
G=24.67%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196753300.620.830.2315.4671.1844.9
HexC44B2103E5317f472d
Octal30411341076123271710755
Binary110001001001011100001011111010100111011111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B21; }

 p { color: rgb(196,75,33); }

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

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

 a { background-color: rgb(196,75,33); }

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

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

 span { border-color: rgb(196,75,33); }

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