Html Css Color HEX #F92933 Alizarin

📋 copy color: '#F92933'

red 249 ◦ green 41 ◦ blue 51

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

Shades of Alizarin #F92933

Tints of Alizarin #F92933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 51 (20.31% from 255) = 14.96%

R = 73.02%
G = 12.02%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F92933 (or 0xF92933) is known color: Alizarin. HEX triplet: F9, 29 and 33. RGB value is (249,41,51). Sum of RGB (Red+Green+Blue) = 249+41+51=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F92933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92933 is #06D6CC. Grayscale: #686868. Windows color (decimal): -448205 or 3353081. OLE color: 3353081.

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

Color convert

RGB 249 41 51 -
CMYK 0 0.84 0.80 0.02
HSL 357.12º 0.95% 0.57% -
HSV(B) 357.12º 0.84% 0.98% -
XYZ 40.46 21.96 5.24 -
YUV 104.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 249 41 51 0 0.84 0.80 0.02 357.12 0.95 0.57
Hex F9 29 33 0 54 50 2 165 5F 39
Octal 371 51 63 0 124 120 2 545 137 71
Binary 11111001 101001 110011 0 1010100 1010000 10 101100101 1011111 111001

Color Harmonies of #F92933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92933

Black with #F92933

Text Example


Text Example

White with #F92933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92933; }

 p { color: rgb(249,41,51); }

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

background-color css

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

 a { background-color: rgb(249,41,51); }

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

border-color css

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

 span { border-color: rgb(249,41,51); }

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