Html Css Color HEX #F92538 Alizarin

📋 copy color: '#F92538'

red 249 ◦ green 37 ◦ blue 56

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

Shades of Alizarin #F92538

Tints of Alizarin #F92538

RGB

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

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

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

R = 72.81%
G = 10.82%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F92538 (or 0xF92538) is known color: Alizarin. HEX triplet: F9, 25 and 38. RGB value is (249,37,56). Sum of RGB (Red+Green+Blue) = 249+37+56=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F92538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92538 is #06DAC7. Grayscale: #666666. Windows color (decimal): -449224 or 3679737. OLE color: 3679737.

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

Color convert

RGB 249 37 56 -
CMYK 0 0.85 0.78 0.02
HSL 354.62º 0.95% 0.56% -
HSV(B) 354.62º 0.85% 0.98% -
XYZ 40.44 21.75 5.81 -
YUV 102.55 101.74 232.46 -
System Red Green Blue C M Y K H S L
Decimal 249 37 56 0 0.85 0.78 0.02 354.62 0.95 0.56
Hex F9 25 38 0 55 4E 2 163 5F 38
Octal 371 45 70 0 125 116 2 543 137 70
Binary 11111001 100101 111000 0 1010101 1001110 10 101100011 1011111 111000

Color Harmonies of #F92538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92538

Black with #F92538

Text Example


Text Example

White with #F92538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92538; }

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

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

background-color css

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

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

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

border-color css

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

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

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