Html Css Color HEX #F03540 Alizarin

📋 copy color: '#F03540'

red 240 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #F03540

Tints of Alizarin #F03540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 67.23%
G = 14.85%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F03540 (or 0xF03540) is known color: Alizarin. HEX triplet: F0, 35 and 40. RGB value is (240,53,64). Sum of RGB (Red+Green+Blue) = 240+53+64=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F03540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03540 is #0FCABF. Grayscale: #6E6E6E. Windows color (decimal): -1034944 or 4208112. OLE color: 4208112.

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

Color convert

RGB 240 53 64 -
CMYK 0 0.78 0.73 0.06
HSL 356.47º 0.86% 0.57% -
HSV(B) 356.47º 0.78% 0.94% -
XYZ 38.13 21.44 6.98 -
YUV 110.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 240 53 64 0 0.78 0.73 0.06 356.47 0.86 0.57
Hex F0 35 40 0 4E 49 6 164 56 39
Octal 360 65 100 0 116 111 6 544 126 71
Binary 11110000 110101 1000000 0 1001110 1001001 110 101100100 1010110 111001

Color Harmonies of #F03540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03540

Black with #F03540

Text Example


Text Example

White with #F03540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03540; }

 p { color: rgb(240,53,64); }

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

background-color css

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

 a { background-color: rgb(240,53,64); }

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

border-color css

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

 span { border-color: rgb(240,53,64); }

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