Html Css Color HEX #C9472F Trinidad

📋 copy color: '#C9472F'

red 201 ◦ green 71 ◦ blue 47

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

Shades of Trinidad #C9472F

Tints of Trinidad #C9472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 63.01%
G = 22.26%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9472F (or 0xC9472F) is known color: Trinidad. HEX triplet: C9, 47 and 2F. RGB value is (201,71,47). Sum of RGB (Red+Green+Blue) = 201+71+47=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9472F is #36B8D0. Grayscale: #6B6B6B. Windows color (decimal): -3586257 or 3098569. OLE color: 3098569.

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

Color convert

RGB 201 71 47 -
CMYK 0 0.65 0.77 0.21
HSL 9.35º 0.62% 0.49% -
HSV(B) 9.35º 0.77% 0.79% -
XYZ 26.85 17.13 4.58 -
YUV 107.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 201 71 47 0 0.65 0.77 0.21 9.35 0.62 0.49
Hex C9 47 2F 0 41 4D 15 9 3E 31
Octal 311 107 57 0 101 115 25 11 76 61
Binary 11001001 1000111 101111 0 1000001 1001101 10101 1001 111110 110001

Color Harmonies of #C9472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9472F

Black with #C9472F

Text Example


Text Example

White with #C9472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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