Html Css Color HEX #F62231 Alizarin

📋 copy color: '#F62231'

red 246 ◦ green 34 ◦ blue 49

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

Shades of Alizarin #F62231

Tints of Alizarin #F62231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 74.77%
G = 10.33%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F62231 (or 0xF62231) is known color: Alizarin. HEX triplet: F6, 22 and 31. RGB value is (246,34,49). Sum of RGB (Red+Green+Blue) = 246+34+49=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F62231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62231 is #09DDCE. Grayscale: #636363. Windows color (decimal): -646607 or 3220214. OLE color: 3220214.

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

Color convert

RGB 246 34 49 -
CMYK 0 0.86 0.80 0.04
HSL 355.75º 0.92% 0.55% -
HSV(B) 355.75º 0.86% 0.96% -
XYZ 39.13 20.96 4.89 -
YUV 99.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 246 34 49 0 0.86 0.80 0.04 355.75 0.92 0.55
Hex F6 22 31 0 56 50 4 164 5C 37
Octal 366 42 61 0 126 120 4 544 134 67
Binary 11110110 100010 110001 0 1010110 1010000 100 101100100 1011100 110111

Color Harmonies of #F62231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62231

Black with #F62231

Text Example


Text Example

White with #F62231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62231; }

 p { color: rgb(246,34,49); }

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

background-color css

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

 a { background-color: rgb(246,34,49); }

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

border-color css

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

 span { border-color: rgb(246,34,49); }

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