Html Css Color HEX #F92C3E Alizarin

📋 copy color: '#F92C3E'

red 249 ◦ green 44 ◦ blue 62

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

Shades of Alizarin #F92C3E

Tints of Alizarin #F92C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

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

R = 70.14%
G = 12.39%
B = 17.46%

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

#F92C3E (or 0xF92C3E) is known color: Alizarin. HEX triplet: F9, 2C and 3E. RGB value is (249,44,62). Sum of RGB (Red+Green+Blue) = 249+44+62=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C3E is #06D3C1. Grayscale: #6B6B6B. Windows color (decimal): -447426 or 4074745. OLE color: 4074745.

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

Color convert

RGB 249 44 62 -
CMYK 0 0.82 0.75 0.02
HSL 354.73º 0.94% 0.57% -
HSV(B) 354.73º 0.82% 0.98% -
XYZ 40.84 22.29 6.71 -
YUV 107.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 249 44 62 0 0.82 0.75 0.02 354.73 0.94 0.57
Hex F9 2C 3E 0 52 4B 2 163 5E 39
Octal 371 54 76 0 122 113 2 543 136 71
Binary 11111001 101100 111110 0 1010010 1001011 10 101100011 1011110 111001

Color Harmonies of #F92C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C3E

Black with #F92C3E

Text Example


Text Example

White with #F92C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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