Html Css Color HEX #CC582A Chilean Fire

📋 copy color: '#CC582A'

red 204 ◦ green 88 ◦ blue 42

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

Shades of Chilean Fire #CC582A

Tints of Chilean Fire #CC582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 61.08%
G = 26.35%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC582A (or 0xCC582A) is known color: Chilean Fire. HEX triplet: CC, 58 and 2A. RGB value is (204,88,42). Sum of RGB (Red+Green+Blue) = 204+88+42=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC582A is #33A7D5. Grayscale: #757575. Windows color (decimal): -3385302 or 2775244. OLE color: 2775244.

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

Color convert

RGB 204 88 42 -
CMYK 0 0.57 0.79 0.2
HSL 17.04º 0.66% 0.48% -
HSV(B) 17.04º 0.79% 0.8% -
XYZ 28.81 19.98 4.53 -
YUV 117.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 204 88 42 0 0.57 0.79 0.2 17.04 0.66 0.48
Hex CC 58 2A 0 39 4F 14 11 42 30
Octal 314 130 52 0 71 117 24 21 102 60
Binary 11001100 1011000 101010 0 111001 1001111 10100 10001 1000010 110000

Color Harmonies of #CC582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC582A

Black with #CC582A

Text Example


Text Example

White with #CC582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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