Html Css Color HEX #FE292B Alizarin

📋 copy color: '#FE292B'

red 254 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #FE292B

Tints of Alizarin #FE292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 75.15%
G = 12.13%
B = 12.72%

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

#FE292B (or 0xFE292B) is known color: Alizarin. HEX triplet: FE, 29 and 2B. RGB value is (254,41,43). Sum of RGB (Red+Green+Blue) = 254+41+43=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE292B is #01D6D4. Grayscale: #696969. Windows color (decimal): -120533 or 2828798. OLE color: 2828798.

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

Color convert

RGB 254 41 43 -
CMYK 0 0.84 0.83 0.00
HSL 359.44º 0.99% 0.58% -
HSV(B) 359.44º 0.84% 1% -
XYZ 42.1 22.83 4.47 -
YUV 104.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 254 41 43 0 0.84 0.83 0.00 359.44 0.99 0.58
Hex FE 29 2B 0 54 53 0 167 63 3A
Octal 376 51 53 0 124 123 0 547 143 72
Binary 11111110 101001 101011 0 1010100 1010011 0 101100111 1100011 111010

Color Harmonies of #FE292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE292B

Black with #FE292B

Text Example


Text Example

White with #FE292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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