Html Css Color HEX #C32120 Fire Brick

📋 copy color: '#C32120'

red 195 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #C32120

Tints of Fire Brick #C32120

RGB

 RED value IS 195 (76.56% from 255) = 75%

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

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

R = 75%
G = 12.69%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32120 (or 0xC32120) is known color: Fire Brick. HEX triplet: C3, 21 and 20. RGB value is (195,33,32). Sum of RGB (Red+Green+Blue) = 195+33+32=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C32120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32120 is #3CDEDF. Grayscale: #515151. Windows color (decimal): -3989216 or 2105795. OLE color: 2105795.

HSL color Cylindrical-coordinate representation of color #C32120: hue angle of 0.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32120 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 32 -
CMYK 0 0.83 0.84 0.24
HSL 0.37º 0.72% 0.45% -
HSV(B) 0.37º 0.84% 0.76% -
XYZ 23.31 12.79 2.61 -
YUV 81.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 195 33 32 0 0.83 0.84 0.24 0.37 0.72 0.45
Hex C3 21 20 0 53 54 18 0 48 2D
Octal 303 41 40 0 123 124 30 0 110 55
Binary 11000011 100001 100000 0 1010011 1010100 11000 0 1001000 101101

Color Harmonies of #C32120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32120

Black with #C32120

Text Example


Text Example

White with #C32120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32120; }

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

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

background-color css

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

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

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

border-color css

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

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

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