Html Css Color HEX #F93233 Alizarin

📋 copy color: '#F93233'

red 249 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #F93233

Tints of Alizarin #F93233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 71.14%
G = 14.29%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F93233 (or 0xF93233) is known color: Alizarin. HEX triplet: F9, 32 and 33. RGB value is (249,50,51). Sum of RGB (Red+Green+Blue) = 249+50+51=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F93233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93233 is #06CDCC. Grayscale: #6D6D6D. Windows color (decimal): -445901 or 3355385. OLE color: 3355385.

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

Color convert

RGB 249 50 51 -
CMYK 0 0.80 0.80 0.02
HSL 359.7º 0.94% 0.59% -
HSV(B) 359.7º 0.8% 0.98% -
XYZ 40.81 22.66 5.36 -
YUV 109.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 249 50 51 0 0.80 0.80 0.02 359.7 0.94 0.59
Hex F9 32 33 0 50 50 2 168 5E 3B
Octal 371 62 63 0 120 120 2 550 136 73
Binary 11111001 110010 110011 0 1010000 1010000 10 101101000 1011110 111011

Color Harmonies of #F93233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93233

Black with #F93233

Text Example


Text Example

White with #F93233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93233; }

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

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

background-color css

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

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

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

border-color css

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

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

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