Html Css Color HEX #C32116 Fire Brick

📋 copy color: '#C32116'

red 195 ◦ green 33 ◦ blue 22

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

Shades of Fire Brick #C32116

Tints of Fire Brick #C32116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 78%
G = 13.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C32116 (or 0xC32116) is known color: Fire Brick. HEX triplet: C3, 21 and 16. RGB value is (195,33,22). Sum of RGB (Red+Green+Blue) = 195+33+22=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C32116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32116 is #3CDEE9. Grayscale: #505050. Windows color (decimal): -3989226 or 1450435. OLE color: 1450435.

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

Color convert

RGB 195 33 22 -
CMYK 0 0.83 0.89 0.24
HSL 3.82º 0.8% 0.43% -
HSV(B) 3.82º 0.89% 0.76% -
XYZ 23.19 12.75 2 -
YUV 80.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 195 33 22 0 0.83 0.89 0.24 3.82 0.8 0.43
Hex C3 21 16 0 53 59 18 4 50 2B
Octal 303 41 26 0 123 131 30 4 120 53
Binary 11000011 100001 10110 0 1010011 1011001 11000 100 1010000 101011

Color Harmonies of #C32116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32116

Black with #C32116

Text Example


Text Example

White with #C32116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32116; }

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

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

background-color css

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

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

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

border-color css

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

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

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