Html Css Color HEX #FE293D Alizarin

📋 copy color: '#FE293D'

red 254 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #FE293D

Tints of Alizarin #FE293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 71.35%
G = 11.52%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE293D (or 0xFE293D) is known color: Alizarin. HEX triplet: FE, 29 and 3D. RGB value is (254,41,61). Sum of RGB (Red+Green+Blue) = 254+41+61=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE293D is #01D6C2. Grayscale: #6B6B6B. Windows color (decimal): -120515 or 4008446. OLE color: 4008446.

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

Color convert

RGB 254 41 61 -
CMYK 0 0.84 0.76 0.00
HSL 354.37º 0.99% 0.58% -
HSV(B) 354.37º 0.84% 1% -
XYZ 42.51 22.99 6.61 -
YUV 106.97 102.07 232.87 -
System Red Green Blue C M Y K H S L
Decimal 254 41 61 0 0.84 0.76 0.00 354.37 0.99 0.58
Hex FE 29 3D 0 54 4C 0 162 63 3A
Octal 376 51 75 0 124 114 0 542 143 72
Binary 11111110 101001 111101 0 1010100 1001100 0 101100010 1100011 111010

Color Harmonies of #FE293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE293D

Black with #FE293D

Text Example


Text Example

White with #FE293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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