Html Css Color HEX #F2242E Alizarin

📋 copy color: '#F2242E'

red 242 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #F2242E

Tints of Alizarin #F2242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 74.69%
G = 11.11%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2242E (or 0xF2242E) is known color: Alizarin. HEX triplet: F2, 24 and 2E. RGB value is (242,36,46). Sum of RGB (Red+Green+Blue) = 242+36+46=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2242E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2242E is #0DDBD1. Grayscale: #626262. Windows color (decimal): -908242 or 3024114. OLE color: 3024114.

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

Color convert

RGB 242 36 46 -
CMYK 0 0.85 0.81 0.05
HSL 357.09º 0.89% 0.55% -
HSV(B) 357.09º 0.85% 0.95% -
XYZ 37.74 20.34 4.52 -
YUV 98.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 242 36 46 0 0.85 0.81 0.05 357.09 0.89 0.55
Hex F2 24 2E 0 55 51 5 165 59 37
Octal 362 44 56 0 125 121 5 545 131 67
Binary 11110010 100100 101110 0 1010101 1010001 101 101100101 1011001 110111

Color Harmonies of #F2242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2242E

Black with #F2242E

Text Example


Text Example

White with #F2242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2242E; }

 p { color: rgb(242,36,46); }

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

background-color css

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

 a { background-color: rgb(242,36,46); }

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

border-color css

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

 span { border-color: rgb(242,36,46); }

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