#C44C31

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

Shades of Trinidad #C44C31

Tints of Trinidad #C44C31

Color information

#C44C31 (or 0xC44C31) is unknown color: approx Trinidad. HEX triplet: C4, 4C and 31. RGB value is (196,76,49). Sum of RGB (Red+Green+Blue) = 196+76+49=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C31 is #3BB3CE. Grayscale: #6D6D6D. Windows color (decimal): -3912655 or 3230916. OLE color: 3230916.

HSL color Cylindrical-coordinate representation of color #C44C31: hue angle of 11.02º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C44C31 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1967649-
CMYK00.610.750.23
HSL11.02º60%48.04%-
HSV(B)11.02º75%76.86%-
XYZ25.917.134.85-
YUV108.894.26190.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=61.06%
G=23.68%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196764900.610.750.2311.026048.04
HexC44C3103D4B17b3c30
Octal3041146107511327137460
Binary11000100100110011000101111011001011101111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44C31; }

 p { color: rgb(196,76,49); }

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

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

 a { background-color: rgb(196,76,49); }

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

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

 span { border-color: rgb(196,76,49); }

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