Html Css Color HEX #F03133 Alizarin

📋 copy color: '#F03133'

red 240 ◦ green 49 ◦ blue 51

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

Shades of Alizarin #F03133

Tints of Alizarin #F03133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15%

R = 70.59%
G = 14.41%
B = 15%

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

#F03133 (or 0xF03133) is known color: Alizarin. HEX triplet: F0, 31 and 33. RGB value is (240,49,51). Sum of RGB (Red+Green+Blue) = 240+49+51=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F03133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03133 is #0FCECC. Grayscale: #6A6A6A. Windows color (decimal): -1035981 or 3355120. OLE color: 3355120.

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

Color convert

RGB 240 49 51 -
CMYK 0 0.80 0.79 0.06
HSL 359.37º 0.86% 0.57% -
HSV(B) 359.37º 0.8% 0.94% -
XYZ 37.63 20.96 5.19 -
YUV 106.34 96.78 223.34 -
System Red Green Blue C M Y K H S L
Decimal 240 49 51 0 0.80 0.79 0.06 359.37 0.86 0.57
Hex F0 31 33 0 50 4F 6 167 56 39
Octal 360 61 63 0 120 117 6 547 126 71
Binary 11110000 110001 110011 0 1010000 1001111 110 101100111 1010110 111001

Color Harmonies of #F03133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03133

Black with #F03133

Text Example


Text Example

White with #F03133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03133; }

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

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

background-color css

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

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

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

border-color css

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

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

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