Html Css Color HEX #CC572F Chilean Fire

📋 copy color: '#CC572F'

red 204 ◦ green 87 ◦ blue 47

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

Shades of Chilean Fire #CC572F

Tints of Chilean Fire #CC572F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

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

R = 60.36%
G = 25.74%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC572F (or 0xCC572F) is known color: Chilean Fire. HEX triplet: CC, 57 and 2F. RGB value is (204,87,47). Sum of RGB (Red+Green+Blue) = 204+87+47=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC572F is #33A8D0. Grayscale: #757575. Windows color (decimal): -3385553 or 3102668. OLE color: 3102668.

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

Color convert

RGB 204 87 47 -
CMYK 0 0.57 0.77 0.2
HSL 15.29º 0.63% 0.49% -
HSV(B) 15.29º 0.77% 0.8% -
XYZ 28.82 19.86 5 -
YUV 117.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 204 87 47 0 0.57 0.77 0.2 15.29 0.63 0.49
Hex CC 57 2F 0 39 4D 14 F 3F 31
Octal 314 127 57 0 71 115 24 17 77 61
Binary 11001100 1010111 101111 0 111001 1001101 10100 1111 111111 110001

Color Harmonies of #CC572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC572F

Black with #CC572F

Text Example


Text Example

White with #CC572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC572F; }

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

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

background-color css

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

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

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

border-color css

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

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

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