Html Css Color HEX #F92E3E Alizarin

📋 copy color: '#F92E3E'

red 249 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #F92E3E

Tints of Alizarin #F92E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 69.75%
G = 12.89%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F92E3E (or 0xF92E3E) is known color: Alizarin. HEX triplet: F9, 2E and 3E. RGB value is (249,46,62). Sum of RGB (Red+Green+Blue) = 249+46+62=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92E3E is #06D1C1. Grayscale: #6C6C6C. Windows color (decimal): -446914 or 4075257. OLE color: 4075257.

HSL color Cylindrical-coordinate representation of color #F92E3E: hue angle of 355.27º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92E3E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 46 62 -
CMYK 0 0.82 0.75 0.02
HSL 355.27º 0.94% 0.58% -
HSV(B) 355.27º 0.82% 0.98% -
XYZ 40.91 22.44 6.73 -
YUV 108.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 249 46 62 0 0.82 0.75 0.02 355.27 0.94 0.58
Hex F9 2E 3E 0 52 4B 2 163 5E 3A
Octal 371 56 76 0 122 113 2 543 136 72
Binary 11111001 101110 111110 0 1010010 1001011 10 101100011 1011110 111010

Color Harmonies of #F92E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92E3E

Black with #F92E3E

Text Example


Text Example

White with #F92E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92E3E; }

 p { color: rgb(249,46,62); }

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

background-color css

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

 a { background-color: rgb(249,46,62); }

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

border-color css

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

 span { border-color: rgb(249,46,62); }

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