Html Css Color HEX #C32121 Fire Brick

📋 copy color: '#C32121'

red 195 ◦ green 33 ◦ blue 33

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

Shades of Fire Brick #C32121

Tints of Fire Brick #C32121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 74.71%
G = 12.64%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32121 (or 0xC32121) is known color: Fire Brick. HEX triplet: C3, 21 and 21. RGB value is (195,33,33). Sum of RGB (Red+Green+Blue) = 195+33+33=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C32121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32121 is #3CDEDE. Grayscale: #515151. Windows color (decimal): -3989215 or 2171331. OLE color: 2171331.

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

Color convert

RGB 195 33 33 -
CMYK 0 0.83 0.83 0.24
HSL 0.71% 0.45% -
HSV(B) 0.83% 0.76% -
XYZ 23.32 12.8 2.68 -
YUV 81.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 195 33 33 0 0.83 0.83 0.24 0 0.71 0.45
Hex C3 21 21 0 53 53 18 0 47 2D
Octal 303 41 41 0 123 123 30 0 107 55
Binary 11000011 100001 100001 0 1010011 1010011 11000 0 1000111 101101

Color Harmonies of #C32121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32121

Black with #C32121

Text Example


Text Example

White with #C32121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32121; }

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

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

background-color css

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

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

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

border-color css

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

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

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