Html Css Color HEX #FE2838 Alizarin

📋 copy color: '#FE2838'

red 254 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #FE2838

Tints of Alizarin #FE2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 72.57%
G = 11.43%
B = 16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE2838 (or 0xFE2838) is known color: Alizarin. HEX triplet: FE, 28 and 38. RGB value is (254,40,56). Sum of RGB (Red+Green+Blue) = 254+40+56=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2838 is #01D7C7. Grayscale: #696969. Windows color (decimal): -120776 or 3680510. OLE color: 3680510.

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

Color convert

RGB 254 40 56 -
CMYK 0 0.84 0.78 0.00
HSL 355.51º 0.99% 0.58% -
HSV(B) 355.51º 0.84% 1% -
XYZ 42.35 22.87 5.92 -
YUV 105.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 254 40 56 0 0.84 0.78 0.00 355.51 0.99 0.58
Hex FE 28 38 0 54 4E 0 164 63 3A
Octal 376 50 70 0 124 116 0 544 143 72
Binary 11111110 101000 111000 0 1010100 1001110 0 101100100 1100011 111010

Color Harmonies of #FE2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2838

Black with #FE2838

Text Example


Text Example

White with #FE2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2838; }

 p { color: rgb(254,40,56); }

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

background-color css

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

 a { background-color: rgb(254,40,56); }

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

border-color css

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

 span { border-color: rgb(254,40,56); }

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