Html Css Color HEX #FE282B Alizarin

📋 copy color: '#FE282B'

red 254 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #FE282B

Tints of Alizarin #FE282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 75.37%
G = 11.87%
B = 12.76%

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

#FE282B (or 0xFE282B) is known color: Alizarin. HEX triplet: FE, 28 and 2B. RGB value is (254,40,43). Sum of RGB (Red+Green+Blue) = 254+40+43=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE282B is #01D7D4. Grayscale: #686868. Windows color (decimal): -120789 or 2828542. OLE color: 2828542.

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

Color convert

RGB 254 40 43 -
CMYK 0 0.84 0.83 0.00
HSL 359.16º 0.99% 0.58% -
HSV(B) 359.16º 0.84% 1% -
XYZ 42.07 22.76 4.46 -
YUV 104.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 254 40 43 0 0.84 0.83 0.00 359.16 0.99 0.58
Hex FE 28 2B 0 54 53 0 167 63 3A
Octal 376 50 53 0 124 123 0 547 143 72
Binary 11111110 101000 101011 0 1010100 1010011 0 101100111 1100011 111010

Color Harmonies of #FE282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE282B

Black with #FE282B

Text Example


Text Example

White with #FE282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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