Html Css Color HEX #F62128 Alizarin

📋 copy color: '#F62128'

red 246 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #F62128

Tints of Alizarin #F62128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 77.12%
G = 10.34%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F62128 (or 0xF62128) is known color: Alizarin. HEX triplet: F6, 21 and 28. RGB value is (246,33,40). Sum of RGB (Red+Green+Blue) = 246+33+40=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F62128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62128 is #09DED7. Grayscale: #616161. Windows color (decimal): -646872 or 2630134. OLE color: 2630134.

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

Color convert

RGB 246 33 40 -
CMYK 0 0.87 0.84 0.04
HSL 358.03º 0.92% 0.55% -
HSV(B) 358.03º 0.87% 0.96% -
XYZ 38.93 20.83 3.98 -
YUV 97.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 246 33 40 0 0.87 0.84 0.04 358.03 0.92 0.55
Hex F6 21 28 0 57 54 4 166 5C 37
Octal 366 41 50 0 127 124 4 546 134 67
Binary 11110110 100001 101000 0 1010111 1010100 100 101100110 1011100 110111

Color Harmonies of #F62128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62128

Black with #F62128

Text Example


Text Example

White with #F62128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62128; }

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

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

background-color css

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

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

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

border-color css

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

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

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