Html Css Color HEX #F21F34 Alizarin

📋 copy color: '#F21F34'

red 242 ◦ green 31 ◦ blue 52

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

Shades of Alizarin #F21F34

Tints of Alizarin #F21F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

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

R = 74.46%
G = 9.54%
B = 16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F21F34 (or 0xF21F34) is known color: Alizarin. HEX triplet: F2, 1F and 34. RGB value is (242,31,52). Sum of RGB (Red+Green+Blue) = 242+31+52=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21F34 is #0DE0CB. Grayscale: #606060. Windows color (decimal): -909516 or 3416050. OLE color: 3416050.

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

Color convert

RGB 242 31 52 -
CMYK 0 0.87 0.79 0.05
HSL 354.03º 0.89% 0.54% -
HSV(B) 354.03º 0.87% 0.95% -
XYZ 37.73 20.11 5.14 -
YUV 96.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 242 31 52 0 0.87 0.79 0.05 354.03 0.89 0.54
Hex F2 1F 34 0 57 4F 5 162 59 36
Octal 362 37 64 0 127 117 5 542 131 66
Binary 11110010 11111 110100 0 1010111 1001111 101 101100010 1011001 110110

Color Harmonies of #F21F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F34

Black with #F21F34

Text Example


Text Example

White with #F21F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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