Html Css Color HEX #F92D38 Alizarin

📋 copy color: '#F92D38'

red 249 ◦ green 45 ◦ blue 56

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

Shades of Alizarin #F92D38

Tints of Alizarin #F92D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16%

R = 71.14%
G = 12.86%
B = 16%

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

#F92D38 (or 0xF92D38) is known color: Alizarin. HEX triplet: F9, 2D and 38. RGB value is (249,45,56). Sum of RGB (Red+Green+Blue) = 249+45+56=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D38 is #06D2C7. Grayscale: #6B6B6B. Windows color (decimal): -447176 or 3681785. OLE color: 3681785.

HSL color Cylindrical-coordinate representation of color #F92D38: hue angle of 356.76º 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 #F92D38 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 45 56 -
CMYK 0 0.82 0.78 0.02
HSL 356.76º 0.94% 0.58% -
HSV(B) 356.76º 0.82% 0.98% -
XYZ 40.72 22.3 5.9 -
YUV 107.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 249 45 56 0 0.82 0.78 0.02 356.76 0.94 0.58
Hex F9 2D 38 0 52 4E 2 165 5E 3A
Octal 371 55 70 0 122 116 2 545 136 72
Binary 11111001 101101 111000 0 1010010 1001110 10 101100101 1011110 111010

Color Harmonies of #F92D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D38

Black with #F92D38

Text Example


Text Example

White with #F92D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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