Html Css Color HEX #F0272A Alizarin

📋 copy color: '#F0272A'

red 240 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #F0272A

Tints of Alizarin #F0272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 74.77%
G = 12.15%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0272A (or 0xF0272A) is known color: Alizarin. HEX triplet: F0, 27 and 2A. RGB value is (240,39,42). Sum of RGB (Red+Green+Blue) = 240+39+42=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0272A is #0FD8D5. Grayscale: #636363. Windows color (decimal): -1038550 or 2762736. OLE color: 2762736.

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

Color convert

RGB 240 39 42 -
CMYK 0 0.84 0.82 0.06
HSL 359.1º 0.87% 0.55% -
HSV(B) 359.1º 0.84% 0.94% -
XYZ 37.08 20.14 4.12 -
YUV 99.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 240 39 42 0 0.84 0.82 0.06 359.1 0.87 0.55
Hex F0 27 2A 0 54 52 6 167 57 37
Octal 360 47 52 0 124 122 6 547 127 67
Binary 11110000 100111 101010 0 1010100 1010010 110 101100111 1010111 110111

Color Harmonies of #F0272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0272A

Black with #F0272A

Text Example


Text Example

White with #F0272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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