Html Css Color HEX #F92728 Alizarin

📋 copy color: '#F92728'

red 249 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #F92728

Tints of Alizarin #F92728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 75.91%
G = 11.89%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92728 (or 0xF92728) is known color: Alizarin. HEX triplet: F9, 27 and 28. RGB value is (249,39,40). Sum of RGB (Red+Green+Blue) = 249+39+40=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F92728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92728 is #06D8D7. Grayscale: #666666. Windows color (decimal): -448728 or 2631673. OLE color: 2631673.

HSL color Cylindrical-coordinate representation of color #F92728: hue angle of 359.71º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92728 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 39 40 -
CMYK 0 0.84 0.84 0.02
HSL 359.71º 0.95% 0.56% -
HSV(B) 359.71º 0.84% 0.98% -
XYZ 40.18 21.74 4.09 -
YUV 101.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 249 39 40 0 0.84 0.84 0.02 359.71 0.95 0.56
Hex F9 27 28 0 54 54 2 168 5F 38
Octal 371 47 50 0 124 124 2 550 137 70
Binary 11111001 100111 101000 0 1010100 1010100 10 101101000 1011111 111000

Color Harmonies of #F92728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92728

Black with #F92728

Text Example


Text Example

White with #F92728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92728; }

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

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

background-color css

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

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

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

border-color css

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

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

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