Html Css Color HEX #FE3032 Alizarin

📋 copy color: '#FE3032'

red 254 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #FE3032

Tints of Alizarin #FE3032

RGB

 RED value IS 254 (99.61% from 255) = 72.16%

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 72.16%
G = 13.64%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE3032 (or 0xFE3032) is known color: Alizarin. HEX triplet: FE, 30 and 32. RGB value is (254,48,50). Sum of RGB (Red+Green+Blue) = 254+48+50=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3032 is #01CFCD. Grayscale: #6E6E6E. Windows color (decimal): -118734 or 3289342. OLE color: 3289342.

HSL color Cylindrical-coordinate representation of color #FE3032: hue angle of 359.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3032 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 48 50 -
CMYK 0 0.81 0.80 0.00
HSL 359.42º 0.99% 0.59% -
HSV(B) 359.42º 0.81% 1% -
XYZ 42.51 23.42 5.3 -
YUV 109.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 254 48 50 0 0.81 0.80 0.00 359.42 0.99 0.59
Hex FE 30 32 0 51 50 0 167 63 3B
Octal 376 60 62 0 121 120 0 547 143 73
Binary 11111110 110000 110010 0 1010001 1010000 0 101100111 1100011 111011

Color Harmonies of #FE3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3032

Black with #FE3032

Text Example


Text Example

White with #FE3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3032; }

 p { color: rgb(254,48,50); }

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

background-color css

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

 a { background-color: rgb(254,48,50); }

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

border-color css

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

 span { border-color: rgb(254,48,50); }

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