#C94D1D

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

Shades of Trinidad #C94D1D

Tints of Trinidad #C94D1D

Color information

#C94D1D (or 0xC94D1D) is unknown color: approx Trinidad. HEX triplet: C9, 4D and 1D. RGB value is (201,77,29). Sum of RGB (Red+Green+Blue) = 201+77+29=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D1D is #36B2E2. Grayscale: #6C6C6C. Windows color (decimal): -3584739 or 1920457. OLE color: 1920457.

HSL color Cylindrical-coordinate representation of color #C94D1D: hue angle of 16.74º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C94D1D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB2017729-
CMYK00.620.860.21
HSL16.74º74.78%45.1%-
HSV(B)16.74º85.57%78.82%-
XYZ26.9617.813.18-
YUV108.683.08193.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.47%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 29 (11.72% from 255) = 9.45%
R=65.47%
G=25.08%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201772900.620.860.2116.7474.7845.1
HexC94D1D03E5615114b2d
Octal31111535076126252111355
Binary110010011001101111010111110101011010101100011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D1D; }

 p { color: rgb(201,77,29); }

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

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

 a { background-color: rgb(201,77,29); }

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

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

 span { border-color: rgb(201,77,29); }

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