Html Css Color HEX #CC582E Chilean Fire

📋 copy color: '#CC582E'

red 204 ◦ green 88 ◦ blue 46

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

Shades of Chilean Fire #CC582E

Tints of Chilean Fire #CC582E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 60.36%
G = 26.04%
B = 13.61%

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

#CC582E (or 0xCC582E) is known color: Chilean Fire. HEX triplet: CC, 58 and 2E. RGB value is (204,88,46). Sum of RGB (Red+Green+Blue) = 204+88+46=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC582E is #33A7D1. Grayscale: #767676. Windows color (decimal): -3385298 or 3037388. OLE color: 3037388.

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

Color convert

RGB 204 88 46 -
CMYK 0 0.57 0.77 0.2
HSL 15.95º 0.63% 0.49% -
HSV(B) 15.95º 0.77% 0.8% -
XYZ 28.88 20.01 4.93 -
YUV 117.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 204 88 46 0 0.57 0.77 0.2 15.95 0.63 0.49
Hex CC 58 2E 0 39 4D 14 10 3F 31
Octal 314 130 56 0 71 115 24 20 77 61
Binary 11001100 1011000 101110 0 111001 1001101 10100 10000 111111 110001

Color Harmonies of #CC582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC582E

Black with #CC582E

Text Example


Text Example

White with #CC582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC582E; }

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

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

background-color css

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

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

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

border-color css

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

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

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