Html Css Color HEX #F62021 Alizarin

📋 copy color: '#F62021'

red 246 ◦ green 32 ◦ blue 33

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

Shades of Alizarin #F62021

Tints of Alizarin #F62021

RGB

 RED value IS 246 (96.48% from 255) = 79.1%

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 33 (13.28% from 255) = 10.61%

R = 79.1%
G = 10.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F62021 (or 0xF62021) is known color: Alizarin. HEX triplet: F6, 20 and 21. RGB value is (246,32,33). Sum of RGB (Red+Green+Blue) = 246+32+33=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F62021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62021 is #09DFDE. Grayscale: #606060. Windows color (decimal): -647135 or 2171126. OLE color: 2171126.

HSL color Cylindrical-coordinate representation of color #F62021: hue angle of 359.72º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62021 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 33 -
CMYK 0 0.87 0.87 0.04
HSL 359.72º 0.92% 0.55% -
HSV(B) 359.72º 0.87% 0.96% -
XYZ 38.8 20.74 3.4 -
YUV 96.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 246 32 33 0 0.87 0.87 0.04 359.72 0.92 0.55
Hex F6 20 21 0 57 57 4 168 5C 37
Octal 366 40 41 0 127 127 4 550 134 67
Binary 11110110 100000 100001 0 1010111 1010111 100 101101000 1011100 110111

Color Harmonies of #F62021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62021

Black with #F62021

Text Example


Text Example

White with #F62021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62021; }

 p { color: rgb(246,32,33); }

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

background-color css

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

 a { background-color: rgb(246,32,33); }

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

border-color css

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

 span { border-color: rgb(246,32,33); }

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