Html Css Color HEX #F01C32 Alizarin

📋 copy color: '#F01C32'

red 240 ◦ green 28 ◦ blue 50

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

Shades of Alizarin #F01C32

Tints of Alizarin #F01C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 75.47%
G = 8.81%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01C32 (or 0xF01C32) is known color: Alizarin. HEX triplet: F0, 1C and 32. RGB value is (240,28,50). Sum of RGB (Red+Green+Blue) = 240+28+50=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C32 is #0FE3CD. Grayscale: #5E5E5E. Windows color (decimal): -1041358 or 3284208. OLE color: 3284208.

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

Color convert

RGB 240 28 50 -
CMYK 0 0.88 0.79 0.06
HSL 353.77º 0.88% 0.53% -
HSV(B) 353.77º 0.88% 0.94% -
XYZ 36.93 19.59 4.85 -
YUV 93.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 240 28 50 0 0.88 0.79 0.06 353.77 0.88 0.53
Hex F0 1C 32 0 58 4F 6 162 58 35
Octal 360 34 62 0 130 117 6 542 130 65
Binary 11110000 11100 110010 0 1011000 1001111 110 101100010 1011000 110101

Color Harmonies of #F01C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C32

Black with #F01C32

Text Example


Text Example

White with #F01C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C32; }

 p { color: rgb(240,28,50); }

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

background-color css

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

 a { background-color: rgb(240,28,50); }

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

border-color css

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

 span { border-color: rgb(240,28,50); }

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