Html Css Color HEX #F0272D Alizarin

📋 copy color: '#F0272D'

red 240 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #F0272D

Tints of Alizarin #F0272D

RGB

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

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

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

R = 74.07%
G = 12.04%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0272D (or 0xF0272D) is known color: Alizarin. HEX triplet: F0, 27 and 2D. RGB value is (240,39,45). Sum of RGB (Red+Green+Blue) = 240+39+45=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0272D is #0FD8D2. Grayscale: #636363. Windows color (decimal): -1038547 or 2959344. OLE color: 2959344.

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

Color convert

RGB 240 39 45 -
CMYK 0 0.84 0.81 0.06
HSL 358.21º 0.87% 0.55% -
HSV(B) 358.21º 0.84% 0.94% -
XYZ 37.13 20.17 4.42 -
YUV 99.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 240 39 45 0 0.84 0.81 0.06 358.21 0.87 0.55
Hex F0 27 2D 0 54 51 6 166 57 37
Octal 360 47 55 0 124 121 6 546 127 67
Binary 11110000 100111 101101 0 1010100 1010001 110 101100110 1010111 110111

Color Harmonies of #F0272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0272D

Black with #F0272D

Text Example


Text Example

White with #F0272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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