Html Css Color HEX #C9442F Trinidad

📋 copy color: '#C9442F'

red 201 ◦ green 68 ◦ blue 47

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

Shades of Trinidad #C9442F

Tints of Trinidad #C9442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 63.61%
G = 21.52%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9442F (or 0xC9442F) is known color: Trinidad. HEX triplet: C9, 44 and 2F. RGB value is (201,68,47). Sum of RGB (Red+Green+Blue) = 201+68+47=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9442F is #36BBD0. Grayscale: #696969. Windows color (decimal): -3587025 or 3097801. OLE color: 3097801.

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

Color convert

RGB 201 68 47 -
CMYK 0 0.66 0.77 0.21
HSL 8.18º 0.62% 0.49% -
HSV(B) 8.18º 0.77% 0.79% -
XYZ 26.67 16.76 4.52 -
YUV 105.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 201 68 47 0 0.66 0.77 0.21 8.18 0.62 0.49
Hex C9 44 2F 0 42 4D 15 8 3E 31
Octal 311 104 57 0 102 115 25 10 76 61
Binary 11001001 1000100 101111 0 1000010 1001101 10101 1000 111110 110001

Color Harmonies of #C9442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9442F

Black with #C9442F

Text Example


Text Example

White with #C9442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9442F; }

 p { color: rgb(201,68,47); }

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

background-color css

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

 a { background-color: rgb(201,68,47); }

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

border-color css

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

 span { border-color: rgb(201,68,47); }

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