#C94E39

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

Shades of Trinidad #C94E39

Tints of Trinidad #C94E39

Color information

#C94E39 (or 0xC94E39) is unknown color: approx Trinidad. HEX triplet: C9, 4E and 39. RGB value is (201,78,57). Sum of RGB (Red+Green+Blue) = 201+78+57=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94E39 is #36B1C6. Grayscale: #707070. Windows color (decimal): -3584455 or 3755721. OLE color: 3755721.

HSL color Cylindrical-coordinate representation of color #C94E39: hue angle of 8.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94E39 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2017857-
CMYK00.610.720.21
HSL8.75º57.14%50.59%-
HSV(B)8.75º71.64%78.82%-
XYZ27.5518.165.92-
YUV112.3896.75191.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.82%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 57 (22.66% from 255) = 16.96%
R=59.82%
G=23.21%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201785700.610.720.218.7557.1450.59
HexC94E3903D481593933
Octal3111167107511025117163
Binary11001001100111011100101111011001000101011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94E39; }

 p { color: rgb(201,78,57); }

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

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

 a { background-color: rgb(201,78,57); }

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

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

 span { border-color: rgb(201,78,57); }

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