Html Css Color HEX #F2272C Alizarin

📋 copy color: '#F2272C'

red 242 ◦ green 39 ◦ blue 44

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

Shades of Alizarin #F2272C

Tints of Alizarin #F2272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 74.46%
G = 12%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2272C (or 0xF2272C) is known color: Alizarin. HEX triplet: F2, 27 and 2C. RGB value is (242,39,44). Sum of RGB (Red+Green+Blue) = 242+39+44=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2272C is #0DD8D3. Grayscale: #646464. Windows color (decimal): -907476 or 2893810. OLE color: 2893810.

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

Color convert

RGB 242 39 44 -
CMYK 0 0.84 0.82 0.05
HSL 358.52º 0.89% 0.55% -
HSV(B) 358.52º 0.84% 0.95% -
XYZ 37.8 20.51 4.35 -
YUV 100.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 242 39 44 0 0.84 0.82 0.05 358.52 0.89 0.55
Hex F2 27 2C 0 54 52 5 167 59 37
Octal 362 47 54 0 124 122 5 547 131 67
Binary 11110010 100111 101100 0 1010100 1010010 101 101100111 1011001 110111

Color Harmonies of #F2272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2272C

Black with #F2272C

Text Example


Text Example

White with #F2272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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