Html Css Color HEX #C32420 Fire Brick

📋 copy color: '#C32420'

red 195 ◦ green 36 ◦ blue 32

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

Shades of Fire Brick #C32420

Tints of Fire Brick #C32420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 74.14%
G = 13.69%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32420 (or 0xC32420) is known color: Fire Brick. HEX triplet: C3, 24 and 20. RGB value is (195,36,32). Sum of RGB (Red+Green+Blue) = 195+36+32=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C32420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32420 is #3CDBDF. Grayscale: #535353. Windows color (decimal): -3988448 or 2106563. OLE color: 2106563.

HSL color Cylindrical-coordinate representation of color #C32420: hue angle of 1.47º 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 #C32420 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 32 -
CMYK 0 0.82 0.84 0.24
HSL 1.47º 0.72% 0.45% -
HSV(B) 1.47º 0.84% 0.76% -
XYZ 23.4 12.97 2.64 -
YUV 83.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 195 36 32 0 0.82 0.84 0.24 1.47 0.72 0.45
Hex C3 24 20 0 52 54 18 1 48 2D
Octal 303 44 40 0 122 124 30 1 110 55
Binary 11000011 100100 100000 0 1010010 1010100 11000 1 1001000 101101

Color Harmonies of #C32420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32420

Black with #C32420

Text Example


Text Example

White with #C32420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32420; }

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

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

background-color css

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

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

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

border-color css

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

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

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