Html Css Color HEX #CC582C Chilean Fire

📋 copy color: '#CC582C'

red 204 ◦ green 88 ◦ blue 44

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

Shades of Chilean Fire #CC582C

Tints of Chilean Fire #CC582C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 60.71%
G = 26.19%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC582C (or 0xCC582C) is known color: Chilean Fire. HEX triplet: CC, 58 and 2C. RGB value is (204,88,44). Sum of RGB (Red+Green+Blue) = 204+88+44=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC582C is #33A7D3. Grayscale: #757575. Windows color (decimal): -3385300 or 2906316. OLE color: 2906316.

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

Color convert

RGB 204 88 44 -
CMYK 0 0.57 0.78 0.2
HSL 16.5º 0.65% 0.49% -
HSV(B) 16.5º 0.78% 0.8% -
XYZ 28.85 20 4.72 -
YUV 117.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 204 88 44 0 0.57 0.78 0.2 16.5 0.65 0.49
Hex CC 58 2C 0 39 4E 14 10 41 31
Octal 314 130 54 0 71 116 24 20 101 61
Binary 11001100 1011000 101100 0 111001 1001110 10100 10000 1000001 110001

Color Harmonies of #CC582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC582C

Black with #CC582C

Text Example


Text Example

White with #CC582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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