Html Css Color HEX #F92C38 Alizarin

📋 copy color: '#F92C38'

red 249 ◦ green 44 ◦ blue 56

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

Shades of Alizarin #F92C38

Tints of Alizarin #F92C38

RGB

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

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

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

R = 71.35%
G = 12.61%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F92C38 (or 0xF92C38) is known color: Alizarin. HEX triplet: F9, 2C and 38. RGB value is (249,44,56). Sum of RGB (Red+Green+Blue) = 249+44+56=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C38 is #06D3C7. Grayscale: #6A6A6A. Windows color (decimal): -447432 or 3681529. OLE color: 3681529.

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

Color convert

RGB 249 44 56 -
CMYK 0 0.82 0.78 0.02
HSL 356.49º 0.94% 0.57% -
HSV(B) 356.49º 0.82% 0.98% -
XYZ 40.68 22.23 5.89 -
YUV 106.66 99.42 229.52 -
System Red Green Blue C M Y K H S L
Decimal 249 44 56 0 0.82 0.78 0.02 356.49 0.94 0.57
Hex F9 2C 38 0 52 4E 2 164 5E 39
Octal 371 54 70 0 122 116 2 544 136 71
Binary 11111001 101100 111000 0 1010010 1001110 10 101100100 1011110 111001

Color Harmonies of #F92C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C38

Black with #F92C38

Text Example


Text Example

White with #F92C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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