Html Css Color HEX #F01D30 Alizarin

📋 copy color: '#F01D30'

red 240 ◦ green 29 ◦ blue 48

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

Shades of Alizarin #F01D30

Tints of Alizarin #F01D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 75.71%
G = 9.15%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F01D30 (or 0xF01D30) is known color: Alizarin. HEX triplet: F0, 1D and 30. RGB value is (240,29,48). Sum of RGB (Red+Green+Blue) = 240+29+48=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D30 is #0FE2CF. Grayscale: #5E5E5E. Windows color (decimal): -1041104 or 3153392. OLE color: 3153392.

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

Color convert

RGB 240 29 48 -
CMYK 0 0.88 0.8 0.06
HSL 354.6º 0.88% 0.53% -
HSV(B) 354.6º 0.88% 0.94% -
XYZ 36.91 19.62 4.64 -
YUV 94.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 240 29 48 0 0.88 0.8 0.06 354.6 0.88 0.53
Hex F0 1D 30 0 58 50 6 163 58 35
Octal 360 35 60 0 130 120 6 543 130 65
Binary 11110000 11101 110000 0 1011000 1010000 110 101100011 1011000 110101

Color Harmonies of #F01D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D30

Black with #F01D30

Text Example


Text Example

White with #F01D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D30; }

 p { color: rgb(240,29,48); }

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

background-color css

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

 a { background-color: rgb(240,29,48); }

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

border-color css

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

 span { border-color: rgb(240,29,48); }

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