#C24828

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

Shades of Trinidad #C24828

Tints of Trinidad #C24828

Color information

#C24828 (or 0xC24828) is unknown color: approx Trinidad. HEX triplet: C2, 48 and 28. RGB value is (194,72,40). Sum of RGB (Red+Green+Blue) = 194+72+40=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C24828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24828 is #3DB7D7. Grayscale: #696969. Windows color (decimal): -4044760 or 2640066. OLE color: 2640066.

HSL color Cylindrical-coordinate representation of color #C24828: hue angle of 12.47º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C24828 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1947240-
CMYK00.630.790.24
HSL12.47º65.81%45.88%-
HSV(B)12.47º79.38%76.08%-
XYZ24.9516.263.83-
YUV104.8391.42191.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=63.40%
G=23.53%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194724000.630.790.2412.4765.8145.88
HexC2482803F4F18c422e
Octal30211050077117301410256
Binary110000101001000101000011111110011111100011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24828; }

 p { color: rgb(194,72,40); }

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

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

 a { background-color: rgb(194,72,40); }

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

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

 span { border-color: rgb(194,72,40); }

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