Html Css Color HEX #FE282C Alizarin

📋 copy color: '#FE282C'

red 254 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #FE282C

Tints of Alizarin #FE282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 75.15%
G = 11.83%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE282C (or 0xFE282C) is known color: Alizarin. HEX triplet: FE, 28 and 2C. RGB value is (254,40,44). Sum of RGB (Red+Green+Blue) = 254+40+44=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE282C is #01D7D3. Grayscale: #686868. Windows color (decimal): -120788 or 2894078. OLE color: 2894078.

HSL color Cylindrical-coordinate representation of color #FE282C: hue angle of 358.88º 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 #FE282C is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 40 44 -
CMYK 0 0.84 0.83 0.00
HSL 358.88º 0.99% 0.58% -
HSV(B) 358.88º 0.84% 1% -
XYZ 42.09 22.77 4.56 -
YUV 104.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 254 40 44 0 0.84 0.83 0.00 358.88 0.99 0.58
Hex FE 28 2C 0 54 53 0 167 63 3A
Octal 376 50 54 0 124 123 0 547 143 72
Binary 11111110 101000 101100 0 1010100 1010011 0 101100111 1100011 111010

Color Harmonies of #FE282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE282C

Black with #FE282C

Text Example


Text Example

White with #FE282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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