Html Css Color HEX #CC2120 Fire Brick

📋 copy color: '#CC2120'

red 204 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #CC2120

Tints of Fire Brick #CC2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 75.84%
G = 12.27%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2120 (or 0xCC2120) is known color: Fire Brick. HEX triplet: CC, 21 and 20. RGB value is (204,33,32). Sum of RGB (Red+Green+Blue) = 204+33+32=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2120 is #33DEDF. Grayscale: #545454. Windows color (decimal): -3399392 or 2105804. OLE color: 2105804.

HSL color Cylindrical-coordinate representation of color #CC2120: hue angle of 0.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2120 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 32 -
CMYK 0 0.84 0.84 0.2
HSL 0.35º 0.73% 0.46% -
HSV(B) 0.35º 0.84% 0.8% -
XYZ 25.71 14.03 2.72 -
YUV 84.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 204 33 32 0 0.84 0.84 0.2 0.35 0.73 0.46
Hex CC 21 20 0 54 54 14 0 49 2E
Octal 314 41 40 0 124 124 24 0 111 56
Binary 11001100 100001 100000 0 1010100 1010100 10100 0 1001001 101110

Color Harmonies of #CC2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2120

Black with #CC2120

Text Example


Text Example

White with #CC2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2120; }

 p { color: rgb(204,33,32); }

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

background-color css

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

 a { background-color: rgb(204,33,32); }

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

border-color css

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

 span { border-color: rgb(204,33,32); }

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