Html Css Color HEX #C32620 Fire Brick

📋 copy color: '#C32620'

red 195 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #C32620

Tints of Fire Brick #C32620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 73.58%
G = 14.34%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32620 (or 0xC32620) is known color: Fire Brick. HEX triplet: C3, 26 and 20. RGB value is (195,38,32). Sum of RGB (Red+Green+Blue) = 195+38+32=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C32620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32620 is #3CD9DF. Grayscale: #545454. Windows color (decimal): -3987936 or 2107075. OLE color: 2107075.

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

Color convert

RGB 195 38 32 -
CMYK 0 0.81 0.84 0.24
HSL 2.21º 0.72% 0.45% -
HSV(B) 2.21º 0.84% 0.76% -
XYZ 23.46 13.09 2.66 -
YUV 84.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 195 38 32 0 0.81 0.84 0.24 2.21 0.72 0.45
Hex C3 26 20 0 51 54 18 2 48 2D
Octal 303 46 40 0 121 124 30 2 110 55
Binary 11000011 100110 100000 0 1010001 1010100 11000 10 1001000 101101

Color Harmonies of #C32620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32620

Black with #C32620

Text Example


Text Example

White with #C32620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32620; }

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

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

background-color css

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

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

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

border-color css

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

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

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