Html Css Color HEX #F01C21 Alizarin

📋 copy color: '#F01C21'

red 240 ◦ green 28 ◦ blue 33

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

Shades of Alizarin #F01C21

Tints of Alizarin #F01C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 79.73%
G = 9.3%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F01C21 (or 0xF01C21) is known color: Alizarin. HEX triplet: F0, 1C and 21. RGB value is (240,28,33). Sum of RGB (Red+Green+Blue) = 240+28+33=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C21 is #0FE3DE. Grayscale: #5C5C5C. Windows color (decimal): -1041375 or 2170096. OLE color: 2170096.

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

Color convert

RGB 240 28 33 -
CMYK 0 0.88 0.86 0.06
HSL 358.58º 0.88% 0.53% -
HSV(B) 358.58º 0.88% 0.94% -
XYZ 36.62 19.47 3.27 -
YUV 91.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 240 28 33 0 0.88 0.86 0.06 358.58 0.88 0.53
Hex F0 1C 21 0 58 56 6 167 58 35
Octal 360 34 41 0 130 126 6 547 130 65
Binary 11110000 11100 100001 0 1011000 1010110 110 101100111 1011000 110101

Color Harmonies of #F01C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C21

Black with #F01C21

Text Example


Text Example

White with #F01C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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