Html Css Color HEX #CC582B Chilean Fire

📋 copy color: '#CC582B'

red 204 ◦ green 88 ◦ blue 43

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

Shades of Chilean Fire #CC582B

Tints of Chilean Fire #CC582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 60.9%
G = 26.27%
B = 12.84%

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

#CC582B (or 0xCC582B) is known color: Chilean Fire. HEX triplet: CC, 58 and 2B. RGB value is (204,88,43). Sum of RGB (Red+Green+Blue) = 204+88+43=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC582B is #33A7D4. Grayscale: #757575. Windows color (decimal): -3385301 or 2840780. OLE color: 2840780.

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

Color convert

RGB 204 88 43 -
CMYK 0 0.57 0.79 0.2
HSL 16.77º 0.65% 0.48% -
HSV(B) 16.77º 0.79% 0.8% -
XYZ 28.83 19.99 4.62 -
YUV 117.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 204 88 43 0 0.57 0.79 0.2 16.77 0.65 0.48
Hex CC 58 2B 0 39 4F 14 11 41 30
Octal 314 130 53 0 71 117 24 21 101 60
Binary 11001100 1011000 101011 0 111001 1001111 10100 10001 1000001 110000

Color Harmonies of #CC582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC582B

Black with #CC582B

Text Example


Text Example

White with #CC582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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