Html Css Color HEX #F03139 Alizarin

📋 copy color: '#F03139'

red 240 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #F03139

Tints of Alizarin #F03139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.47%

R = 69.36%
G = 14.16%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F03139 (or 0xF03139) is known color: Alizarin. HEX triplet: F0, 31 and 39. RGB value is (240,49,57). Sum of RGB (Red+Green+Blue) = 240+49+57=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F03139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03139 is #0FCEC6. Grayscale: #6B6B6B. Windows color (decimal): -1035975 or 3748336. OLE color: 3748336.

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

Color convert

RGB 240 49 57 -
CMYK 0 0.80 0.76 0.06
HSL 357.49º 0.86% 0.57% -
HSV(B) 357.49º 0.8% 0.94% -
XYZ 37.77 21.02 5.94 -
YUV 107.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 240 49 57 0 0.80 0.76 0.06 357.49 0.86 0.57
Hex F0 31 39 0 50 4C 6 165 56 39
Octal 360 61 71 0 120 114 6 545 126 71
Binary 11110000 110001 111001 0 1010000 1001100 110 101100101 1010110 111001

Color Harmonies of #F03139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03139

Black with #F03139

Text Example


Text Example

White with #F03139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03139; }

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

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

background-color css

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

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

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

border-color css

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

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

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