Html Css Color HEX #F92533 Alizarin

📋 copy color: '#F92533'

red 249 ◦ green 37 ◦ blue 51

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

Shades of Alizarin #F92533

Tints of Alizarin #F92533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 73.89%
G = 10.98%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F92533 (or 0xF92533) is known color: Alizarin. HEX triplet: F9, 25 and 33. RGB value is (249,37,51). Sum of RGB (Red+Green+Blue) = 249+37+51=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F92533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92533 is #06DACC. Grayscale: #666666. Windows color (decimal): -449229 or 3352057. OLE color: 3352057.

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

Color convert

RGB 249 37 51 -
CMYK 0 0.85 0.80 0.02
HSL 356.04º 0.95% 0.56% -
HSV(B) 356.04º 0.85% 0.98% -
XYZ 40.33 21.7 5.2 -
YUV 101.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 249 37 51 0 0.85 0.80 0.02 356.04 0.95 0.56
Hex F9 25 33 0 55 50 2 164 5F 38
Octal 371 45 63 0 125 120 2 544 137 70
Binary 11111001 100101 110011 0 1010101 1010000 10 101100100 1011111 111000

Color Harmonies of #F92533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92533

Black with #F92533

Text Example


Text Example

White with #F92533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92533; }

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

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

background-color css

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

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

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

border-color css

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

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

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