Html Css Color HEX #F2272A Alizarin

📋 copy color: '#F2272A'

red 242 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #F2272A

Tints of Alizarin #F2272A

RGB

 RED value IS 242 (94.92% from 255) = 74.92%

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

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

R = 74.92%
G = 12.07%
B = 13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2272A (or 0xF2272A) is known color: Alizarin. HEX triplet: F2, 27 and 2A. RGB value is (242,39,42). Sum of RGB (Red+Green+Blue) = 242+39+42=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2272A is #0DD8D5. Grayscale: #646464. Windows color (decimal): -907478 or 2762738. OLE color: 2762738.

HSL color Cylindrical-coordinate representation of color #F2272A: hue angle of 359.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2272A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 42 -
CMYK 0 0.84 0.83 0.05
HSL 359.11º 0.89% 0.55% -
HSV(B) 359.11º 0.84% 0.95% -
XYZ 37.76 20.5 4.16 -
YUV 100.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 242 39 42 0 0.84 0.83 0.05 359.11 0.89 0.55
Hex F2 27 2A 0 54 53 5 167 59 37
Octal 362 47 52 0 124 123 5 547 131 67
Binary 11110010 100111 101010 0 1010100 1010011 101 101100111 1011001 110111

Color Harmonies of #F2272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2272A

Black with #F2272A

Text Example


Text Example

White with #F2272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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