#C44821

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

Shades of Trinidad #C44821

Tints of Trinidad #C44821

Color information

#C44821 (or 0xC44821) is unknown color: approx Trinidad. HEX triplet: C4, 48 and 21. RGB value is (196,72,33). Sum of RGB (Red+Green+Blue) = 196+72+33=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C44821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44821 is #3BB7DE. Grayscale: #686868. Windows color (decimal): -3913695 or 2181316. OLE color: 2181316.

HSL color Cylindrical-coordinate representation of color #C44821: hue angle of 14.36º 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 #C44821 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB1967233-
CMYK00.630.830.23
HSL14.36º71.18%44.9%-
HSV(B)14.36º83.16%76.86%-
XYZ25.3616.483.28-
YUV104.6387.58193.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=65.12%
G=23.92%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196723300.630.830.2314.3671.1844.9
HexC4482103F5317e472d
Octal30411041077123271610755
Binary110001001001000100001011111110100111011111101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44821; }

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

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

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

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

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

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

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

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