Html Css Color HEX #F92C36 Alizarin

📋 copy color: '#F92C36'

red 249 ◦ green 44 ◦ blue 54

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

Shades of Alizarin #F92C36

Tints of Alizarin #F92C36

RGB

 RED value IS 249 (97.66% from 255) = 71.76%

 GREEN value IS 44 (17.58% from 255) = 12.68%

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 71.76%
G = 12.68%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F92C36 (or 0xF92C36) is known color: Alizarin. HEX triplet: F9, 2C and 36. RGB value is (249,44,54). Sum of RGB (Red+Green+Blue) = 249+44+54=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C36 is #06D3C9. Grayscale: #6A6A6A. Windows color (decimal): -447434 or 3550457. OLE color: 3550457.

HSL color Cylindrical-coordinate representation of color #F92C36: hue angle of 357.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C36 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 44 54 -
CMYK 0 0.82 0.78 0.02
HSL 357.07º 0.94% 0.57% -
HSV(B) 357.07º 0.82% 0.98% -
XYZ 40.63 22.21 5.63 -
YUV 106.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 249 44 54 0 0.82 0.78 0.02 357.07 0.94 0.57
Hex F9 2C 36 0 52 4E 2 165 5E 39
Octal 371 54 66 0 122 116 2 545 136 71
Binary 11111001 101100 110110 0 1010010 1001110 10 101100101 1011110 111001

Color Harmonies of #F92C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C36

Black with #F92C36

Text Example


Text Example

White with #F92C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C36; }

 p { color: rgb(249,44,54); }

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

background-color css

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

 a { background-color: rgb(249,44,54); }

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

border-color css

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

 span { border-color: rgb(249,44,54); }

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