Html Css Color HEX #F92D34 Alizarin

📋 copy color: '#F92D34'

red 249 ◦ green 45 ◦ blue 52

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

Shades of Alizarin #F92D34

Tints of Alizarin #F92D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 71.97%
G = 13.01%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F92D34 (or 0xF92D34) is known color: Alizarin. HEX triplet: F9, 2D and 34. RGB value is (249,45,52). Sum of RGB (Red+Green+Blue) = 249+45+52=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D34 is #06D2CB. Grayscale: #6A6A6A. Windows color (decimal): -447180 or 3419641. OLE color: 3419641.

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

Color convert

RGB 249 45 52 -
CMYK 0 0.82 0.79 0.02
HSL 357.94º 0.94% 0.58% -
HSV(B) 357.94º 0.82% 0.98% -
XYZ 40.63 22.26 5.41 -
YUV 106.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 249 45 52 0 0.82 0.79 0.02 357.94 0.94 0.58
Hex F9 2D 34 0 52 4F 2 166 5E 3A
Octal 371 55 64 0 122 117 2 546 136 72
Binary 11111001 101101 110100 0 1010010 1001111 10 101100110 1011110 111010

Color Harmonies of #F92D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D34

Black with #F92D34

Text Example


Text Example

White with #F92D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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