Html Css Color HEX #F92D30 Alizarin

📋 copy color: '#F92D30'

red 249 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #F92D30

Tints of Alizarin #F92D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 72.81%
G = 13.16%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F92D30 (or 0xF92D30) is known color: Alizarin. HEX triplet: F9, 2D and 30. RGB value is (249,45,48). Sum of RGB (Red+Green+Blue) = 249+45+48=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D30 is #06D2CF. Grayscale: #6A6A6A. Windows color (decimal): -447184 or 3157497. OLE color: 3157497.

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

Color convert

RGB 249 45 48 -
CMYK 0 0.82 0.81 0.02
HSL 359.12º 0.94% 0.58% -
HSV(B) 359.12º 0.82% 0.98% -
XYZ 40.54 22.23 4.95 -
YUV 106.34 95.09 229.76 -
System Red Green Blue C M Y K H S L
Decimal 249 45 48 0 0.82 0.81 0.02 359.12 0.94 0.58
Hex F9 2D 30 0 52 51 2 167 5E 3A
Octal 371 55 60 0 122 121 2 547 136 72
Binary 11111001 101101 110000 0 1010010 1010001 10 101100111 1011110 111010

Color Harmonies of #F92D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D30

Black with #F92D30

Text Example


Text Example

White with #F92D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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