Html Css Color HEX #F01D3C Alizarin

📋 copy color: '#F01D3C'

red 240 ◦ green 29 ◦ blue 60

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

Shades of Alizarin #F01D3C

Tints of Alizarin #F01D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 72.95%
G = 8.81%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F01D3C (or 0xF01D3C) is known color: Alizarin. HEX triplet: F0, 1D and 3C. RGB value is (240,29,60). Sum of RGB (Red+Green+Blue) = 240+29+60=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D3C is #0FE2C3. Grayscale: #5F5F5F. Windows color (decimal): -1041092 or 3939824. OLE color: 3939824.

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

Color convert

RGB 240 29 60 -
CMYK 0 0.88 0.75 0.06
HSL 351.18º 0.88% 0.53% -
HSV(B) 351.18º 0.88% 0.94% -
XYZ 37.19 19.73 6.12 -
YUV 95.62 107.9 230.98 -
System Red Green Blue C M Y K H S L
Decimal 240 29 60 0 0.88 0.75 0.06 351.18 0.88 0.53
Hex F0 1D 3C 0 58 4B 6 15F 58 35
Octal 360 35 74 0 130 113 6 537 130 65
Binary 11110000 11101 111100 0 1011000 1001011 110 101011111 1011000 110101

Color Harmonies of #F01D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D3C

Black with #F01D3C

Text Example


Text Example

White with #F01D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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