Html Css Color HEX #F32131 Alizarin

📋 copy color: '#F32131'

red 243 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #F32131

Tints of Alizarin #F32131

RGB

 RED value IS 243 (95.31% from 255) = 74.77%

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

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 74.77%
G = 10.15%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F32131 (or 0xF32131) is known color: Alizarin. HEX triplet: F3, 21 and 31. RGB value is (243,33,49). Sum of RGB (Red+Green+Blue) = 243+33+49=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F32131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32131 is #0CDECE. Grayscale: #616161. Windows color (decimal): -843471 or 3219955. OLE color: 3219955.

HSL color Cylindrical-coordinate representation of color #F32131: hue angle of 355.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32131 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 49 -
CMYK 0 0.86 0.80 0.05
HSL 355.43º 0.9% 0.54% -
HSV(B) 355.43º 0.86% 0.95% -
XYZ 38.06 20.36 4.83 -
YUV 97.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 243 33 49 0 0.86 0.80 0.05 355.43 0.9 0.54
Hex F3 21 31 0 56 50 5 163 5A 36
Octal 363 41 61 0 126 120 5 543 132 66
Binary 11110011 100001 110001 0 1010110 1010000 101 101100011 1011010 110110

Color Harmonies of #F32131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32131

Black with #F32131

Text Example


Text Example

White with #F32131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32131; }

 p { color: rgb(243,33,49); }

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

background-color css

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

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

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

border-color css

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

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

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