Html Css Color HEX #FE2934 Alizarin

📋 copy color: '#FE2934'

red 254 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #FE2934

Tints of Alizarin #FE2934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 73.2%
G = 11.82%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE2934 (or 0xFE2934) is known color: Alizarin. HEX triplet: FE, 29 and 34. RGB value is (254,41,52). Sum of RGB (Red+Green+Blue) = 254+41+52=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2934 is #01D6CB. Grayscale: #6A6A6A. Windows color (decimal): -120524 or 3418622. OLE color: 3418622.

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

Color convert

RGB 254 41 52 -
CMYK 0 0.84 0.80 0.00
HSL 356.9º 0.99% 0.58% -
HSV(B) 356.9º 0.84% 1% -
XYZ 42.29 22.9 5.44 -
YUV 105.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 254 41 52 0 0.84 0.80 0.00 356.9 0.99 0.58
Hex FE 29 34 0 54 50 0 165 63 3A
Octal 376 51 64 0 124 120 0 545 143 72
Binary 11111110 101001 110100 0 1010100 1010000 0 101100101 1100011 111010

Color Harmonies of #FE2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2934

Black with #FE2934

Text Example


Text Example

White with #FE2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2934; }

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

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

background-color css

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

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

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

border-color css

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

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

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