Html Css Color HEX #F92535 Alizarin

📋 copy color: '#F92535'

red 249 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #F92535

Tints of Alizarin #F92535

RGB

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

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

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

R = 73.45%
G = 10.91%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F92535 (or 0xF92535) is known color: Alizarin. HEX triplet: F9, 25 and 35. RGB value is (249,37,53). Sum of RGB (Red+Green+Blue) = 249+37+53=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F92535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92535 is #06DACA. Grayscale: #666666. Windows color (decimal): -449227 or 3483129. OLE color: 3483129.

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

Color convert

RGB 249 37 53 -
CMYK 0 0.85 0.79 0.02
HSL 355.47º 0.95% 0.56% -
HSV(B) 355.47º 0.85% 0.98% -
XYZ 40.37 21.72 5.43 -
YUV 102.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 249 37 53 0 0.85 0.79 0.02 355.47 0.95 0.56
Hex F9 25 35 0 55 4F 2 163 5F 38
Octal 371 45 65 0 125 117 2 543 137 70
Binary 11111001 100101 110101 0 1010101 1001111 10 101100011 1011111 111000

Color Harmonies of #F92535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92535

Black with #F92535

Text Example


Text Example

White with #F92535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92535; }

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

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

background-color css

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

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

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

border-color css

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

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

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