Html Css Color HEX #F32331 Alizarin

📋 copy color: '#F32331'

red 243 ◦ green 35 ◦ blue 49

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

Shades of Alizarin #F32331

Tints of Alizarin #F32331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 74.31%
G = 10.7%
B = 14.98%

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

#F32331 (or 0xF32331) is known color: Alizarin. HEX triplet: F3, 23 and 31. RGB value is (243,35,49). Sum of RGB (Red+Green+Blue) = 243+35+49=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F32331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32331 is #0CDCCE. Grayscale: #626262. Windows color (decimal): -842959 or 3220467. OLE color: 3220467.

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

Color convert

RGB 243 35 49 -
CMYK 0 0.86 0.80 0.05
HSL 355.96º 0.9% 0.55% -
HSV(B) 355.96º 0.86% 0.95% -
XYZ 38.12 20.48 4.85 -
YUV 98.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 243 35 49 0 0.86 0.80 0.05 355.96 0.9 0.55
Hex F3 23 31 0 56 50 5 164 5A 37
Octal 363 43 61 0 126 120 5 544 132 67
Binary 11110011 100011 110001 0 1010110 1010000 101 101100100 1011010 110111

Color Harmonies of #F32331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32331

Black with #F32331

Text Example


Text Example

White with #F32331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32331; }

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

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

background-color css

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

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

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

border-color css

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

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

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