Html Css Color HEX #F93238 Alizarin

📋 copy color: '#F93238'

red 249 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #F93238

Tints of Alizarin #F93238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.77%

R = 70.14%
G = 14.08%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F93238 (or 0xF93238) is known color: Alizarin. HEX triplet: F9, 32 and 38. RGB value is (249,50,56). Sum of RGB (Red+Green+Blue) = 249+50+56=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F93238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93238 is #06CDC7. Grayscale: #6E6E6E. Windows color (decimal): -445896 or 3683065. OLE color: 3683065.

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

Color convert

RGB 249 50 56 -
CMYK 0 0.80 0.78 0.02
HSL 358.19º 0.94% 0.59% -
HSV(B) 358.19º 0.8% 0.98% -
XYZ 40.92 22.71 5.97 -
YUV 110.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 249 50 56 0 0.80 0.78 0.02 358.19 0.94 0.59
Hex F9 32 38 0 50 4E 2 166 5E 3B
Octal 371 62 70 0 120 116 2 546 136 73
Binary 11111001 110010 111000 0 1010000 1001110 10 101100110 1011110 111011

Color Harmonies of #F93238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93238

Black with #F93238

Text Example


Text Example

White with #F93238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93238; }

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

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

background-color css

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

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

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

border-color css

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

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

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