Html Css Color HEX #C32720 Fire Brick

📋 copy color: '#C32720'

red 195 ◦ green 39 ◦ blue 32

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

Shades of Fire Brick #C32720

Tints of Fire Brick #C32720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 73.31%
G = 14.66%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32720 (or 0xC32720) is known color: Fire Brick. HEX triplet: C3, 27 and 20. RGB value is (195,39,32). Sum of RGB (Red+Green+Blue) = 195+39+32=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C32720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32720 is #3CD8DF. Grayscale: #555555. Windows color (decimal): -3987680 or 2107331. OLE color: 2107331.

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

Color convert

RGB 195 39 32 -
CMYK 0 0.80 0.84 0.24
HSL 2.58º 0.72% 0.45% -
HSV(B) 2.58º 0.84% 0.76% -
XYZ 23.49 13.16 2.67 -
YUV 84.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 195 39 32 0 0.80 0.84 0.24 2.58 0.72 0.45
Hex C3 27 20 0 50 54 18 3 48 2D
Octal 303 47 40 0 120 124 30 3 110 55
Binary 11000011 100111 100000 0 1010000 1010100 11000 11 1001000 101101

Color Harmonies of #C32720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32720

Black with #C32720

Text Example


Text Example

White with #C32720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32720; }

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

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

background-color css

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

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

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

border-color css

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

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

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