Html Css Color HEX #CC583A Chilean Fire

📋 copy color: '#CC583A'

red 204 ◦ green 88 ◦ blue 58

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

Shades of Chilean Fire #CC583A

Tints of Chilean Fire #CC583A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 58.29%
G = 25.14%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC583A (or 0xCC583A) is known color: Chilean Fire. HEX triplet: CC, 58 and 3A. RGB value is (204,88,58). Sum of RGB (Red+Green+Blue) = 204+88+58=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC583A is #33A7C5. Grayscale: #777777. Windows color (decimal): -3385286 or 3823820. OLE color: 3823820.

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

Color convert

RGB 204 88 58 -
CMYK 0 0.57 0.72 0.2
HSL 12.33º 0.59% 0.51% -
HSV(B) 12.33º 0.72% 0.8% -
XYZ 29.16 20.12 6.35 -
YUV 119.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 204 88 58 0 0.57 0.72 0.2 12.33 0.59 0.51
Hex CC 58 3A 0 39 48 14 C 3B 33
Octal 314 130 72 0 71 110 24 14 73 63
Binary 11001100 1011000 111010 0 111001 1001000 10100 1100 111011 110011

Color Harmonies of #CC583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC583A

Black with #CC583A

Text Example


Text Example

White with #CC583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC583A; }

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

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

background-color css

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

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

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

border-color css

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

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

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