Html Css Color HEX #C32521 Fire Brick

📋 copy color: '#C32521'

red 195 ◦ green 37 ◦ blue 33

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

Shades of Fire Brick #C32521

Tints of Fire Brick #C32521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

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

R = 73.58%
G = 13.96%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32521 (or 0xC32521) is known color: Fire Brick. HEX triplet: C3, 25 and 21. RGB value is (195,37,33). Sum of RGB (Red+Green+Blue) = 195+37+33=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C32521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32521 is #3CDADE. Grayscale: #535353. Windows color (decimal): -3988191 or 2172355. OLE color: 2172355.

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

Color convert

RGB 195 37 33 -
CMYK 0 0.81 0.83 0.24
HSL 1.48º 0.71% 0.45% -
HSV(B) 1.48º 0.83% 0.76% -
XYZ 23.44 13.04 2.72 -
YUV 83.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 195 37 33 0 0.81 0.83 0.24 1.48 0.71 0.45
Hex C3 25 21 0 51 53 18 1 47 2D
Octal 303 45 41 0 121 123 30 1 107 55
Binary 11000011 100101 100001 0 1010001 1010011 11000 1 1000111 101101

Color Harmonies of #C32521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32521

Black with #C32521

Text Example


Text Example

White with #C32521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32521; }

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

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

background-color css

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

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

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

border-color css

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

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

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