Html Css Color HEX #F03132 Alizarin

📋 copy color: '#F03132'

red 240 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #F03132

Tints of Alizarin #F03132

RGB

 RED value IS 240 (94.14% from 255) = 70.8%

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 70.8%
G = 14.45%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F03132 (or 0xF03132) is known color: Alizarin. HEX triplet: F0, 31 and 32. RGB value is (240,49,50). Sum of RGB (Red+Green+Blue) = 240+49+50=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F03132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03132 is #0FCECD. Grayscale: #6A6A6A. Windows color (decimal): -1035982 or 3289584. OLE color: 3289584.

HSL color Cylindrical-coordinate representation of color #F03132: hue angle of 359.69º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03132 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 50 -
CMYK 0 0.80 0.79 0.06
HSL 359.69º 0.86% 0.57% -
HSV(B) 359.69º 0.8% 0.94% -
XYZ 37.61 20.95 5.08 -
YUV 106.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 240 49 50 0 0.80 0.79 0.06 359.69 0.86 0.57
Hex F0 31 32 0 50 4F 6 168 56 39
Octal 360 61 62 0 120 117 6 550 126 71
Binary 11110000 110001 110010 0 1010000 1001111 110 101101000 1010110 111001

Color Harmonies of #F03132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03132

Black with #F03132

Text Example


Text Example

White with #F03132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03132; }

 p { color: rgb(240,49,50); }

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

background-color css

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

 a { background-color: rgb(240,49,50); }

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

border-color css

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

 span { border-color: rgb(240,49,50); }

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