Html Css Color HEX #CC5525 Chilean Fire

📋 copy color: '#CC5525'

red 204 ◦ green 85 ◦ blue 37

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

Shades of Chilean Fire #CC5525

Tints of Chilean Fire #CC5525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 62.58%
G = 26.07%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5525 (or 0xCC5525) is known color: Chilean Fire. HEX triplet: CC, 55 and 25. RGB value is (204,85,37). Sum of RGB (Red+Green+Blue) = 204+85+37=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5525 is #33AADA. Grayscale: #737373. Windows color (decimal): -3386075 or 2446796. OLE color: 2446796.

HSL color Cylindrical-coordinate representation of color #CC5525: hue angle of 17.25º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5525 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 37 -
CMYK 0 0.58 0.82 0.2
HSL 17.25º 0.69% 0.47% -
HSV(B) 17.25º 0.82% 0.8% -
XYZ 28.48 19.47 4.01 -
YUV 115.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 204 85 37 0 0.58 0.82 0.2 17.25 0.69 0.47
Hex CC 55 25 0 3A 52 14 11 45 2F
Octal 314 125 45 0 72 122 24 21 105 57
Binary 11001100 1010101 100101 0 111010 1010010 10100 10001 1000101 101111

Color Harmonies of #CC5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5525

Black with #CC5525

Text Example


Text Example

White with #CC5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5525; }

 p { color: rgb(204,85,37); }

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

background-color css

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

 a { background-color: rgb(204,85,37); }

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

border-color css

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

 span { border-color: rgb(204,85,37); }

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