Html Css Color HEX #F01A25 Alizarin

📋 copy color: '#F01A25'

red 240 ◦ green 26 ◦ blue 37

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

Shades of Alizarin #F01A25

Tints of Alizarin #F01A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 79.21%
G = 8.58%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F01A25 (or 0xF01A25) is known color: Alizarin. HEX triplet: F0, 1A and 25. RGB value is (240,26,37). Sum of RGB (Red+Green+Blue) = 240+26+37=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A25 is #0FE5DA. Grayscale: #5B5B5B. Windows color (decimal): -1041883 or 2431728. OLE color: 2431728.

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

Color convert

RGB 240 26 37 -
CMYK 0 0.89 0.85 0.06
HSL 356.92º 0.88% 0.52% -
HSV(B) 356.92º 0.89% 0.94% -
XYZ 36.64 19.4 3.56 -
YUV 91.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 240 26 37 0 0.89 0.85 0.06 356.92 0.88 0.52
Hex F0 1A 25 0 59 55 6 165 58 34
Octal 360 32 45 0 131 125 6 545 130 64
Binary 11110000 11010 100101 0 1011001 1010101 110 101100101 1011000 110100

Color Harmonies of #F01A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A25

Black with #F01A25

Text Example


Text Example

White with #F01A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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