Html Css Color HEX #F01A27 Alizarin

📋 copy color: '#F01A27'

red 240 ◦ green 26 ◦ blue 39

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

Shades of Alizarin #F01A27

Tints of Alizarin #F01A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 78.69%
G = 8.52%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F01A27 (or 0xF01A27) is known color: Alizarin. HEX triplet: F0, 1A and 27. RGB value is (240,26,39). Sum of RGB (Red+Green+Blue) = 240+26+39=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A27 is #0FE5D8. Grayscale: #5B5B5B. Windows color (decimal): -1041881 or 2562800. OLE color: 2562800.

HSL color Cylindrical-coordinate representation of color #F01A27: hue angle of 356.36º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A27 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 39 -
CMYK 0 0.89 0.84 0.06
HSL 356.36º 0.88% 0.52% -
HSV(B) 356.36º 0.89% 0.94% -
XYZ 36.67 19.41 3.73 -
YUV 91.47 98.4 233.94 -
System Red Green Blue C M Y K H S L
Decimal 240 26 39 0 0.89 0.84 0.06 356.36 0.88 0.52
Hex F0 1A 27 0 59 54 6 164 58 34
Octal 360 32 47 0 131 124 6 544 130 64
Binary 11110000 11010 100111 0 1011001 1010100 110 101100100 1011000 110100

Color Harmonies of #F01A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A27

Black with #F01A27

Text Example


Text Example

White with #F01A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A27; }

 p { color: rgb(240,26,39); }

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

background-color css

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

 a { background-color: rgb(240,26,39); }

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

border-color css

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

 span { border-color: rgb(240,26,39); }

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