Html Css Color HEX #C32921 Fire Brick

📋 copy color: '#C32921'

red 195 ◦ green 41 ◦ blue 33

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

Shades of Fire Brick #C32921

Tints of Fire Brick #C32921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 72.49%
G = 15.24%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32921 (or 0xC32921) is known color: Fire Brick. HEX triplet: C3, 29 and 21. RGB value is (195,41,33). Sum of RGB (Red+Green+Blue) = 195+41+33=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C32921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32921 is #3CD6DE. Grayscale: #565656. Windows color (decimal): -3987167 or 2173379. OLE color: 2173379.

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

Color convert

RGB 195 41 33 -
CMYK 0 0.79 0.83 0.24
HSL 2.96º 0.71% 0.45% -
HSV(B) 2.96º 0.83% 0.76% -
XYZ 23.57 13.3 2.76 -
YUV 86.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 195 41 33 0 0.79 0.83 0.24 2.96 0.71 0.45
Hex C3 29 21 0 4F 53 18 3 47 2D
Octal 303 51 41 0 117 123 30 3 107 55
Binary 11000011 101001 100001 0 1001111 1010011 11000 11 1000111 101101

Color Harmonies of #C32921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32921

Black with #C32921

Text Example


Text Example

White with #C32921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32921; }

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

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

background-color css

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

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

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

border-color css

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

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

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