Html Css Color HEX #CC582D Chilean Fire

📋 copy color: '#CC582D'

red 204 ◦ green 88 ◦ blue 45

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

Shades of Chilean Fire #CC582D

Tints of Chilean Fire #CC582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 60.53%
G = 26.11%
B = 13.35%

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

#CC582D (or 0xCC582D) is known color: Chilean Fire. HEX triplet: CC, 58 and 2D. RGB value is (204,88,45). Sum of RGB (Red+Green+Blue) = 204+88+45=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC582D is #33A7D2. Grayscale: #767676. Windows color (decimal): -3385299 or 2971852. OLE color: 2971852.

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

Color convert

RGB 204 88 45 -
CMYK 0 0.57 0.78 0.2
HSL 16.23º 0.64% 0.49% -
HSV(B) 16.23º 0.78% 0.8% -
XYZ 28.87 20.01 4.82 -
YUV 117.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 204 88 45 0 0.57 0.78 0.2 16.23 0.64 0.49
Hex CC 58 2D 0 39 4E 14 10 40 31
Octal 314 130 55 0 71 116 24 20 100 61
Binary 11001100 1011000 101101 0 111001 1001110 10100 10000 1000000 110001

Color Harmonies of #CC582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC582D

Black with #CC582D

Text Example


Text Example

White with #CC582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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