Html Css Color HEX #F92D37 Alizarin

📋 copy color: '#F92D37'

red 249 ◦ green 45 ◦ blue 55

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

Shades of Alizarin #F92D37

Tints of Alizarin #F92D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 71.35%
G = 12.89%
B = 15.76%

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

#F92D37 (or 0xF92D37) is known color: Alizarin. HEX triplet: F9, 2D and 37. RGB value is (249,45,55). Sum of RGB (Red+Green+Blue) = 249+45+55=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D37 is #06D2C8. Grayscale: #6B6B6B. Windows color (decimal): -447177 or 3616249. OLE color: 3616249.

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

Color convert

RGB 249 45 55 -
CMYK 0 0.82 0.78 0.02
HSL 357.06º 0.94% 0.58% -
HSV(B) 357.06º 0.82% 0.98% -
XYZ 40.69 22.29 5.77 -
YUV 107.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 249 45 55 0 0.82 0.78 0.02 357.06 0.94 0.58
Hex F9 2D 37 0 52 4E 2 165 5E 3A
Octal 371 55 67 0 122 116 2 545 136 72
Binary 11111001 101101 110111 0 1010010 1001110 10 101100101 1011110 111010

Color Harmonies of #F92D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D37

Black with #F92D37

Text Example


Text Example

White with #F92D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D37; }

 p { color: rgb(249,45,55); }

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

background-color css

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

 a { background-color: rgb(249,45,55); }

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

border-color css

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

 span { border-color: rgb(249,45,55); }

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