Html Css Color HEX #FE292E Alizarin

📋 copy color: '#FE292E'

red 254 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #FE292E

Tints of Alizarin #FE292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 74.49%
G = 12.02%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE292E (or 0xFE292E) is known color: Alizarin. HEX triplet: FE, 29 and 2E. RGB value is (254,41,46). Sum of RGB (Red+Green+Blue) = 254+41+46=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE292E is #01D6D1. Grayscale: #696969. Windows color (decimal): -120530 or 3025406. OLE color: 3025406.

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

Color convert

RGB 254 41 46 -
CMYK 0 0.84 0.82 0.00
HSL 358.59º 0.99% 0.58% -
HSV(B) 358.59º 0.84% 1% -
XYZ 42.16 22.85 4.77 -
YUV 105.26 94.57 234.09 -
System Red Green Blue C M Y K H S L
Decimal 254 41 46 0 0.84 0.82 0.00 358.59 0.99 0.58
Hex FE 29 2E 0 54 52 0 167 63 3A
Octal 376 51 56 0 124 122 0 547 143 72
Binary 11111110 101001 101110 0 1010100 1010010 0 101100111 1100011 111010

Color Harmonies of #FE292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE292E

Black with #FE292E

Text Example


Text Example

White with #FE292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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