Html Css Color HEX #F03541 Alizarin

📋 copy color: '#F03541'

red 240 ◦ green 53 ◦ blue 65

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

Shades of Alizarin #F03541

Tints of Alizarin #F03541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 67.04%
G = 14.8%
B = 18.16%

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

#F03541 (or 0xF03541) is known color: Alizarin. HEX triplet: F0, 35 and 41. RGB value is (240,53,65). Sum of RGB (Red+Green+Blue) = 240+53+65=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F03541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03541 is #0FCABE. Grayscale: #6E6E6E. Windows color (decimal): -1034943 or 4273648. OLE color: 4273648.

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

Color convert

RGB 240 53 65 -
CMYK 0 0.78 0.73 0.06
HSL 356.15º 0.86% 0.57% -
HSV(B) 356.15º 0.78% 0.94% -
XYZ 38.16 21.45 7.13 -
YUV 110.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 240 53 65 0 0.78 0.73 0.06 356.15 0.86 0.57
Hex F0 35 41 0 4E 49 6 164 56 39
Octal 360 65 101 0 116 111 6 544 126 71
Binary 11110000 110101 1000001 0 1001110 1001001 110 101100100 1010110 111001

Color Harmonies of #F03541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03541

Black with #F03541

Text Example


Text Example

White with #F03541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03541; }

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

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

background-color css

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

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

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

border-color css

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

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

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