Html Css Color HEX #F92530 Alizarin

📋 copy color: '#F92530'

red 249 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #F92530

Tints of Alizarin #F92530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 74.55%
G = 11.08%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F92530 (or 0xF92530) is known color: Alizarin. HEX triplet: F9, 25 and 30. RGB value is (249,37,48). Sum of RGB (Red+Green+Blue) = 249+37+48=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F92530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92530 is #06DACF. Grayscale: #656565. Windows color (decimal): -449232 or 3155449. OLE color: 3155449.

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

Color convert

RGB 249 37 48 -
CMYK 0 0.85 0.81 0.02
HSL 356.89º 0.95% 0.56% -
HSV(B) 356.89º 0.85% 0.98% -
XYZ 40.26 21.68 4.86 -
YUV 101.64 97.74 233.11 -
System Red Green Blue C M Y K H S L
Decimal 249 37 48 0 0.85 0.81 0.02 356.89 0.95 0.56
Hex F9 25 30 0 55 51 2 165 5F 38
Octal 371 45 60 0 125 121 2 545 137 70
Binary 11111001 100101 110000 0 1010101 1010001 10 101100101 1011111 111000

Color Harmonies of #F92530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92530

Black with #F92530

Text Example


Text Example

White with #F92530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92530; }

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

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

background-color css

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

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

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

border-color css

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

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

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