Html Css Color HEX #F03134 Alizarin

📋 copy color: '#F03134'

red 240 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #F03134

Tints of Alizarin #F03134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 70.38%
G = 14.37%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03134 (or 0xF03134) is known color: Alizarin. HEX triplet: F0, 31 and 34. RGB value is (240,49,52). Sum of RGB (Red+Green+Blue) = 240+49+52=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F03134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03134 is #0FCECB. Grayscale: #6A6A6A. Windows color (decimal): -1035980 or 3420656. OLE color: 3420656.

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

Color convert

RGB 240 49 52 -
CMYK 0 0.80 0.78 0.06
HSL 359.06º 0.86% 0.57% -
HSV(B) 359.06º 0.8% 0.94% -
XYZ 37.65 20.97 5.31 -
YUV 106.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 240 49 52 0 0.80 0.78 0.06 359.06 0.86 0.57
Hex F0 31 34 0 50 4E 6 167 56 39
Octal 360 61 64 0 120 116 6 547 126 71
Binary 11110000 110001 110100 0 1010000 1001110 110 101100111 1010110 111001

Color Harmonies of #F03134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03134

Black with #F03134

Text Example


Text Example

White with #F03134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03134; }

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

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

background-color css

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

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

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

border-color css

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

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

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