Html Css Color HEX #F93234 Alizarin

📋 copy color: '#F93234'

red 249 ◦ green 50 ◦ blue 52

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

Shades of Alizarin #F93234

Tints of Alizarin #F93234

RGB

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

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

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

R = 70.94%
G = 14.25%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F93234 (or 0xF93234) is known color: Alizarin. HEX triplet: F9, 32 and 34. RGB value is (249,50,52). Sum of RGB (Red+Green+Blue) = 249+50+52=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F93234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93234 is #06CDCB. Grayscale: #6D6D6D. Windows color (decimal): -445900 or 3420921. OLE color: 3420921.

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

Color convert

RGB 249 50 52 -
CMYK 0 0.80 0.79 0.02
HSL 359.4º 0.94% 0.59% -
HSV(B) 359.4º 0.8% 0.98% -
XYZ 40.83 22.67 5.47 -
YUV 109.73 95.43 227.34 -
System Red Green Blue C M Y K H S L
Decimal 249 50 52 0 0.80 0.79 0.02 359.4 0.94 0.59
Hex F9 32 34 0 50 4F 2 167 5E 3B
Octal 371 62 64 0 120 117 2 547 136 73
Binary 11111001 110010 110100 0 1010000 1001111 10 101100111 1011110 111011

Color Harmonies of #F93234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93234

Black with #F93234

Text Example


Text Example

White with #F93234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93234; }

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

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

background-color css

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

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

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

border-color css

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

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

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