Html Css Color HEX #CC632A Chilean Fire

📋 copy color: '#CC632A'

red 204 ◦ green 99 ◦ blue 42

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

Shades of Chilean Fire #CC632A

Tints of Chilean Fire #CC632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 59.13%
G = 28.7%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC632A (or 0xCC632A) is known color: Chilean Fire. HEX triplet: CC, 63 and 2A. RGB value is (204,99,42). Sum of RGB (Red+Green+Blue) = 204+99+42=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC632A is #339CD5. Grayscale: #7C7C7C. Windows color (decimal): -3382486 or 2778060. OLE color: 2778060.

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

Color convert

RGB 204 99 42 -
CMYK 0 0.51 0.79 0.2
HSL 21.11º 0.66% 0.48% -
HSV(B) 21.11º 0.79% 0.8% -
XYZ 29.78 21.93 4.85 -
YUV 123.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 204 99 42 0 0.51 0.79 0.2 21.11 0.66 0.48
Hex CC 63 2A 0 33 4F 14 15 42 30
Octal 314 143 52 0 63 117 24 25 102 60
Binary 11001100 1100011 101010 0 110011 1001111 10100 10101 1000010 110000

Color Harmonies of #CC632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC632A

Black with #CC632A

Text Example


Text Example

White with #CC632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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