Html Css Color HEX #CC5E2F Chilean Fire

📋 copy color: '#CC5E2F'

red 204 ◦ green 94 ◦ blue 47

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

Shades of Chilean Fire #CC5E2F

Tints of Chilean Fire #CC5E2F

RGB

 RED value IS 204 (80.08% from 255) = 59.13%

 GREEN value IS 94 (37.11% from 255) = 27.25%

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

R = 59.13%
G = 27.25%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC5E2F (or 0xCC5E2F) is known color: Chilean Fire. HEX triplet: CC, 5E and 2F. RGB value is (204,94,47). Sum of RGB (Red+Green+Blue) = 204+94+47=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E2F is #33A1D0. Grayscale: #797979. Windows color (decimal): -3383761 or 3104460. OLE color: 3104460.

HSL color Cylindrical-coordinate representation of color #CC5E2F: hue angle of 17.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC5E2F is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 94 47 -
CMYK 0 0.54 0.77 0.2
HSL 17.96º 0.63% 0.49% -
HSV(B) 17.96º 0.77% 0.8% -
XYZ 29.42 21.05 5.2 -
YUV 121.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 204 94 47 0 0.54 0.77 0.2 17.96 0.63 0.49
Hex CC 5E 2F 0 36 4D 14 12 3F 31
Octal 314 136 57 0 66 115 24 22 77 61
Binary 11001100 1011110 101111 0 110110 1001101 10100 10010 111111 110001

Color Harmonies of #CC5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E2F

Black with #CC5E2F

Text Example


Text Example

White with #CC5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E2F; }

 p { color: rgb(204,94,47); }

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

background-color css

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

 a { background-color: rgb(204,94,47); }

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

border-color css

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

 span { border-color: rgb(204,94,47); }

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