#c44f1f

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

Shades of Trinidad #C44F1F

Tints of Trinidad #C44F1F

Color information

#C44F1F (or 0xC44F1F) is unknown color: approx Trinidad. HEX triplet: C4, 4F and 1F. RGB value is (196,79,31). Sum of RGB (Red+Green+Blue) = 196+79+31=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F1F is #3BB0E0. Grayscale: #6C6C6C. Windows color (decimal): -3911905 or 2052036. OLE color: 2052036.

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

Color convert

RGB1967931-
CMYK00.600.840.23
HSL17.45º72.69%44.51%-
HSV(B)17.45º84.18%76.86%-
XYZ25.8117.433.3-
YUV108.5184.26190.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.05%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 31 (12.5% from 255) = 10.13%
R=64.05%
G=25.82%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196793100.600.840.2317.4572.6944.51
HexC44F1F03C541711492d
Octal30411737074124272111155
Binary110001001001111111110111100101010010111100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c44f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c44f1f; }

 p { color: rgb(196,79,31); }

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

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

 a { background-color: rgb(196,79,31); }

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

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

 span { border-color: rgb(196,79,31); }

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