Html Css Color HEX #F2272F Alizarin

📋 copy color: '#F2272F'

red 242 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #F2272F

Tints of Alizarin #F2272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 73.78%
G = 11.89%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2272F (or 0xF2272F) is known color: Alizarin. HEX triplet: F2, 27 and 2F. RGB value is (242,39,47). Sum of RGB (Red+Green+Blue) = 242+39+47=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2272F is #0DD8D0. Grayscale: #646464. Windows color (decimal): -907473 or 3090418. OLE color: 3090418.

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

Color convert

RGB 242 39 47 -
CMYK 0 0.84 0.81 0.05
HSL 357.64º 0.89% 0.55% -
HSV(B) 357.64º 0.84% 0.95% -
XYZ 37.86 20.53 4.66 -
YUV 100.61 97.75 228.85 -
System Red Green Blue C M Y K H S L
Decimal 242 39 47 0 0.84 0.81 0.05 357.64 0.89 0.55
Hex F2 27 2F 0 54 51 5 166 59 37
Octal 362 47 57 0 124 121 5 546 131 67
Binary 11110010 100111 101111 0 1010100 1010001 101 101100110 1011001 110111

Color Harmonies of #F2272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2272F

Black with #F2272F

Text Example


Text Example

White with #F2272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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