Html Css Color HEX #F0242D Alizarin

📋 copy color: '#F0242D'

red 240 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #F0242D

Tints of Alizarin #F0242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 74.77%
G = 11.21%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0242D (or 0xF0242D) is known color: Alizarin. HEX triplet: F0, 24 and 2D. RGB value is (240,36,45). Sum of RGB (Red+Green+Blue) = 240+36+45=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0242D is #0FDBD2. Grayscale: #626262. Windows color (decimal): -1039315 or 2958576. OLE color: 2958576.

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

Color convert

RGB 240 36 45 -
CMYK 0 0.85 0.81 0.06
HSL 357.35º 0.87% 0.54% -
HSV(B) 357.35º 0.85% 0.94% -
XYZ 37.04 19.98 4.39 -
YUV 98.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 240 36 45 0 0.85 0.81 0.06 357.35 0.87 0.54
Hex F0 24 2D 0 55 51 6 165 57 36
Octal 360 44 55 0 125 121 6 545 127 66
Binary 11110000 100100 101101 0 1010101 1010001 110 101100101 1010111 110110

Color Harmonies of #F0242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0242D

Black with #F0242D

Text Example


Text Example

White with #F0242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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