Html Css Color HEX #F92835 Alizarin

📋 copy color: '#F92835'

red 249 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #F92835

Tints of Alizarin #F92835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 72.81%
G = 11.7%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F92835 (or 0xF92835) is known color: Alizarin. HEX triplet: F9, 28 and 35. RGB value is (249,40,53). Sum of RGB (Red+Green+Blue) = 249+40+53=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F92835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92835 is #06D7CA. Grayscale: #686868. Windows color (decimal): -448459 or 3483897. OLE color: 3483897.

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

Color convert

RGB 249 40 53 -
CMYK 0 0.84 0.79 0.02
HSL 356.27º 0.95% 0.57% -
HSV(B) 356.27º 0.84% 0.98% -
XYZ 40.47 21.91 5.47 -
YUV 103.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 249 40 53 0 0.84 0.79 0.02 356.27 0.95 0.57
Hex F9 28 35 0 54 4F 2 164 5F 39
Octal 371 50 65 0 124 117 2 544 137 71
Binary 11111001 101000 110101 0 1010100 1001111 10 101100100 1011111 111001

Color Harmonies of #F92835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92835

Black with #F92835

Text Example


Text Example

White with #F92835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92835; }

 p { color: rgb(249,40,53); }

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

background-color css

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

 a { background-color: rgb(249,40,53); }

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

border-color css

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

 span { border-color: rgb(249,40,53); }

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