Html Css Color HEX #C32421 Fire Brick

📋 copy color: '#C32421'

red 195 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #C32421

Tints of Fire Brick #C32421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

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

R = 73.86%
G = 13.64%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32421 (or 0xC32421) is known color: Fire Brick. HEX triplet: C3, 24 and 21. RGB value is (195,36,33). Sum of RGB (Red+Green+Blue) = 195+36+33=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C32421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32421 is #3CDBDE. Grayscale: #535353. Windows color (decimal): -3988447 or 2172099. OLE color: 2172099.

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

Color convert

RGB 195 36 33 -
CMYK 0 0.82 0.83 0.24
HSL 1.11º 0.71% 0.45% -
HSV(B) 1.11º 0.83% 0.76% -
XYZ 23.41 12.97 2.71 -
YUV 83.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 195 36 33 0 0.82 0.83 0.24 1.11 0.71 0.45
Hex C3 24 21 0 52 53 18 1 47 2D
Octal 303 44 41 0 122 123 30 1 107 55
Binary 11000011 100100 100001 0 1010010 1010011 11000 1 1000111 101101

Color Harmonies of #C32421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32421

Black with #C32421

Text Example


Text Example

White with #C32421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32421; }

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

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

background-color css

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

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

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

border-color css

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

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

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