Html Css Color HEX #CC5825 Chilean Fire

📋 copy color: '#CC5825'

red 204 ◦ green 88 ◦ blue 37

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

Shades of Chilean Fire #CC5825

Tints of Chilean Fire #CC5825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 62.01%
G = 26.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5825 (or 0xCC5825) is known color: Chilean Fire. HEX triplet: CC, 58 and 25. RGB value is (204,88,37). Sum of RGB (Red+Green+Blue) = 204+88+37=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5825 is #33A7DA. Grayscale: #757575. Windows color (decimal): -3385307 or 2447564. OLE color: 2447564.

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

Color convert

RGB 204 88 37 -
CMYK 0 0.57 0.82 0.2
HSL 18.32º 0.69% 0.47% -
HSV(B) 18.32º 0.82% 0.8% -
XYZ 28.73 19.95 4.09 -
YUV 116.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 204 88 37 0 0.57 0.82 0.2 18.32 0.69 0.47
Hex CC 58 25 0 39 52 14 12 45 2F
Octal 314 130 45 0 71 122 24 22 105 57
Binary 11001100 1011000 100101 0 111001 1010010 10100 10010 1000101 101111

Color Harmonies of #CC5825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5825

Black with #CC5825

Text Example


Text Example

White with #CC5825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5825; }

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

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

background-color css

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

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

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

border-color css

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

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

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