Html Css Color HEX #F01D3A Alizarin

📋 copy color: '#F01D3A'

red 240 ◦ green 29 ◦ blue 58

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

Shades of Alizarin #F01D3A

Tints of Alizarin #F01D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 73.39%
G = 8.87%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F01D3A (or 0xF01D3A) is known color: Alizarin. HEX triplet: F0, 1D and 3A. RGB value is (240,29,58). Sum of RGB (Red+Green+Blue) = 240+29+58=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D3A is #0FE2C5. Grayscale: #5F5F5F. Windows color (decimal): -1041094 or 3808752. OLE color: 3808752.

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

Color convert

RGB 240 29 58 -
CMYK 0 0.88 0.76 0.06
HSL 351.75º 0.88% 0.53% -
HSV(B) 351.75º 0.88% 0.94% -
XYZ 37.14 19.71 5.85 -
YUV 95.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 240 29 58 0 0.88 0.76 0.06 351.75 0.88 0.53
Hex F0 1D 3A 0 58 4C 6 160 58 35
Octal 360 35 72 0 130 114 6 540 130 65
Binary 11110000 11101 111010 0 1011000 1001100 110 101100000 1011000 110101

Color Harmonies of #F01D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D3A

Black with #F01D3A

Text Example


Text Example

White with #F01D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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