Html Css Color HEX #F51E24 Alizarin

📋 copy color: '#F51E24'

red 245 ◦ green 30 ◦ blue 36

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

Shades of Alizarin #F51E24

Tints of Alizarin #F51E24

RGB

 RED value IS 245 (96.09% from 255) = 78.78%

 GREEN value IS 30 (12.11% from 255) = 9.65%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 78.78%
G = 9.65%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F51E24 (or 0xF51E24) is known color: Alizarin. HEX triplet: F5, 1E and 24. RGB value is (245,30,36). Sum of RGB (Red+Green+Blue) = 245+30+36=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E24 is #0AE1DB. Grayscale: #5F5F5F. Windows color (decimal): -713180 or 2367221. OLE color: 2367221.

HSL color Cylindrical-coordinate representation of color #F51E24: hue angle of 358.33º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E24 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 36 -
CMYK 0 0.88 0.85 0.04
HSL 358.33º 0.91% 0.54% -
HSV(B) 358.33º 0.88% 0.96% -
XYZ 38.44 20.47 3.59 -
YUV 94.97 94.73 235.01 -
System Red Green Blue C M Y K H S L
Decimal 245 30 36 0 0.88 0.85 0.04 358.33 0.91 0.54
Hex F5 1E 24 0 58 55 4 166 5B 36
Octal 365 36 44 0 130 125 4 546 133 66
Binary 11110101 11110 100100 0 1011000 1010101 100 101100110 1011011 110110

Color Harmonies of #F51E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E24

Black with #F51E24

Text Example


Text Example

White with #F51E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E24; }

 p { color: rgb(245,30,36); }

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

background-color css

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

 a { background-color: rgb(245,30,36); }

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

border-color css

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

 span { border-color: rgb(245,30,36); }

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