Html Css Color HEX #C9491D Trinidad

📋 copy color: '#C9491D'

red 201 ◦ green 73 ◦ blue 29

#C9491D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C9491D

Tints of Trinidad #C9491D

RGB

 RED value IS 201 (78.91% from 255) = 66.34%

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 66.34%
G = 24.09%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9491D (or 0xC9491D) is known color: Trinidad. HEX triplet: C9, 49 and 1D. RGB value is (201,73,29). Sum of RGB (Red+Green+Blue) = 201+73+29=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9491D is #36B6E2. Grayscale: #6A6A6A. Windows color (decimal): -3585763 or 1919433. OLE color: 1919433.

HSL color Cylindrical-coordinate representation of color #C9491D: hue angle of 15.35º 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 #C9491D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 29 -
CMYK 0 0.64 0.86 0.21
HSL 15.35º 0.75% 0.45% -
HSV(B) 15.35º 0.86% 0.79% -
XYZ 26.69 17.27 3.09 -
YUV 106.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 201 73 29 0 0.64 0.86 0.21 15.35 0.75 0.45
Hex C9 49 1D 0 40 56 15 F 4B 2D
Octal 311 111 35 0 100 126 25 17 113 55
Binary 11001001 1001001 11101 0 1000000 1010110 10101 1111 1001011 101101

Color Harmonies of #C9491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9491D

Black with #C9491D

Text Example


Text Example

White with #C9491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9491D; }

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

 H1.HeaderClassName
 {
   color: #C9491D;
 }
 .AnyTagClassName
 {
   color: #C9491D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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