Html Css Color HEX #F03036 Alizarin

📋 copy color: '#F03036'

red 240 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #F03036

Tints of Alizarin #F03036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.04%

 BLUE value IS 54 (21.48% from 255) = 15.79%

R = 70.18%
G = 14.04%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03036 (or 0xF03036) is known color: Alizarin. HEX triplet: F0, 30 and 36. RGB value is (240,48,54). Sum of RGB (Red+Green+Blue) = 240+48+54=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03036 is #0FCFC9. Grayscale: #6A6A6A. Windows color (decimal): -1036234 or 3551472. OLE color: 3551472.

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

Color convert

RGB 240 48 54 -
CMYK 0 0.8 0.78 0.06
HSL 358.13º 0.86% 0.56% -
HSV(B) 358.13º 0.8% 0.94% -
XYZ 37.66 20.91 5.54 -
YUV 106.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 240 48 54 0 0.8 0.78 0.06 358.13 0.86 0.56
Hex F0 30 36 0 50 4E 6 166 56 38
Octal 360 60 66 0 120 116 6 546 126 70
Binary 11110000 110000 110110 0 1010000 1001110 110 101100110 1010110 111000

Color Harmonies of #F03036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03036

Black with #F03036

Text Example


Text Example

White with #F03036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03036; }

 p { color: rgb(240,48,54); }

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

background-color css

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

 a { background-color: rgb(240,48,54); }

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

border-color css

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

 span { border-color: rgb(240,48,54); }

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