Html Css Color HEX #F0212D Alizarin

📋 copy color: '#F0212D'

red 240 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #F0212D

Tints of Alizarin #F0212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 75.47%
G = 10.38%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0212D (or 0xF0212D) is known color: Alizarin. HEX triplet: F0, 21 and 2D. RGB value is (240,33,45). Sum of RGB (Red+Green+Blue) = 240+33+45=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0212D is #0FDED2. Grayscale: #606060. Windows color (decimal): -1040083 or 2957808. OLE color: 2957808.

HSL color Cylindrical-coordinate representation of color #F0212D: hue angle of 356.52º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0212D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 45 -
CMYK 0 0.86 0.81 0.06
HSL 356.52º 0.87% 0.54% -
HSV(B) 356.52º 0.86% 0.94% -
XYZ 36.95 19.8 4.36 -
YUV 96.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 240 33 45 0 0.86 0.81 0.06 356.52 0.87 0.54
Hex F0 21 2D 0 56 51 6 165 57 36
Octal 360 41 55 0 126 121 6 545 127 66
Binary 11110000 100001 101101 0 1010110 1010001 110 101100101 1010111 110110

Color Harmonies of #F0212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0212D

Black with #F0212D

Text Example


Text Example

White with #F0212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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