Html Css Color HEX #F01C2D Alizarin

📋 copy color: '#F01C2D'

red 240 ◦ green 28 ◦ blue 45

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

Shades of Alizarin #F01C2D

Tints of Alizarin #F01C2D

RGB

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

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

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

R = 76.68%
G = 8.95%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F01C2D (or 0xF01C2D) is known color: Alizarin. HEX triplet: F0, 1C and 2D. RGB value is (240,28,45). Sum of RGB (Red+Green+Blue) = 240+28+45=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C2D is #0FE3D2. Grayscale: #5D5D5D. Windows color (decimal): -1041363 or 2956528. OLE color: 2956528.

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

Color convert

RGB 240 28 45 -
CMYK 0 0.88 0.81 0.06
HSL 355.19º 0.88% 0.53% -
HSV(B) 355.19º 0.88% 0.94% -
XYZ 36.82 19.55 4.31 -
YUV 93.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 240 28 45 0 0.88 0.81 0.06 355.19 0.88 0.53
Hex F0 1C 2D 0 58 51 6 163 58 35
Octal 360 34 55 0 130 121 6 543 130 65
Binary 11110000 11100 101101 0 1011000 1010001 110 101100011 1011000 110101

Color Harmonies of #F01C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C2D

Black with #F01C2D

Text Example


Text Example

White with #F01C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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