Html Css Color HEX #F0292A Alizarin

📋 copy color: '#F0292A'

red 240 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #F0292A

Tints of Alizarin #F0292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 74.3%
G = 12.69%
B = 13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0292A (or 0xF0292A) is known color: Alizarin. HEX triplet: F0, 29 and 2A. RGB value is (240,41,42). Sum of RGB (Red+Green+Blue) = 240+41+42=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0292A is #0FD6D5. Grayscale: #646464. Windows color (decimal): -1038038 or 2763248. OLE color: 2763248.

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

Color convert

RGB 240 41 42 -
CMYK 0 0.83 0.82 0.06
HSL 359.7º 0.87% 0.55% -
HSV(B) 359.7º 0.83% 0.94% -
XYZ 37.15 20.28 4.15 -
YUV 100.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 240 41 42 0 0.83 0.82 0.06 359.7 0.87 0.55
Hex F0 29 2A 0 53 52 6 168 57 37
Octal 360 51 52 0 123 122 6 550 127 67
Binary 11110000 101001 101010 0 1010011 1010010 110 101101000 1010111 110111

Color Harmonies of #F0292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0292A

Black with #F0292A

Text Example


Text Example

White with #F0292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0292A; }

 p { color: rgb(240,41,42); }

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

background-color css

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

 a { background-color: rgb(240,41,42); }

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

border-color css

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

 span { border-color: rgb(240,41,42); }

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