Html Css Color HEX #F22F34 Alizarin

📋 copy color: '#F22F34'

red 242 ◦ green 47 ◦ blue 52

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

Shades of Alizarin #F22F34

Tints of Alizarin #F22F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 70.97%
G = 13.78%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F22F34 (or 0xF22F34) is known color: Alizarin. HEX triplet: F2, 2F and 34. RGB value is (242,47,52). Sum of RGB (Red+Green+Blue) = 242+47+52=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F34 is #0DD0CB. Grayscale: #6A6A6A. Windows color (decimal): -905420 or 3420146. OLE color: 3420146.

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

Color convert

RGB 242 47 52 -
CMYK 0 0.81 0.79 0.05
HSL 358.46º 0.88% 0.57% -
HSV(B) 358.46º 0.81% 0.95% -
XYZ 38.25 21.16 5.32 -
YUV 105.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 242 47 52 0 0.81 0.79 0.05 358.46 0.88 0.57
Hex F2 2F 34 0 51 4F 5 166 58 39
Octal 362 57 64 0 121 117 5 546 130 71
Binary 11110010 101111 110100 0 1010001 1001111 101 101100110 1011000 111001

Color Harmonies of #F22F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F34

Black with #F22F34

Text Example


Text Example

White with #F22F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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