Html Css Color HEX #C32118 Fire Brick

📋 copy color: '#C32118'

red 195 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #C32118

Tints of Fire Brick #C32118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 77.38%
G = 13.1%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32118 (or 0xC32118) is known color: Fire Brick. HEX triplet: C3, 21 and 18. RGB value is (195,33,24). Sum of RGB (Red+Green+Blue) = 195+33+24=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C32118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32118 is #3CDEE7. Grayscale: #505050. Windows color (decimal): -3989224 or 1581507. OLE color: 1581507.

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

Color convert

RGB 195 33 24 -
CMYK 0 0.83 0.88 0.24
HSL 3.16º 0.78% 0.43% -
HSV(B) 3.16º 0.88% 0.76% -
XYZ 23.21 12.76 2.1 -
YUV 80.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 195 33 24 0 0.83 0.88 0.24 3.16 0.78 0.43
Hex C3 21 18 0 53 58 18 3 4E 2B
Octal 303 41 30 0 123 130 30 3 116 53
Binary 11000011 100001 11000 0 1010011 1011000 11000 11 1001110 101011

Color Harmonies of #C32118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32118

Black with #C32118

Text Example


Text Example

White with #C32118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32118; }

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

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

background-color css

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

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

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

border-color css

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

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

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