Html Css Color HEX #FE2937 Alizarin

📋 copy color: '#FE2937'

red 254 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #FE2937

Tints of Alizarin #FE2937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 72.57%
G = 11.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE2937 (or 0xFE2937) is known color: Alizarin. HEX triplet: FE, 29 and 37. RGB value is (254,41,55). Sum of RGB (Red+Green+Blue) = 254+41+55=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2937 is #01D6C8. Grayscale: #6A6A6A. Windows color (decimal): -120521 or 3615230. OLE color: 3615230.

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

Color convert

RGB 254 41 55 -
CMYK 0 0.84 0.78 0.00
HSL 356.06º 0.99% 0.58% -
HSV(B) 356.06º 0.84% 1% -
XYZ 42.36 22.93 5.81 -
YUV 106.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 254 41 55 0 0.84 0.78 0.00 356.06 0.99 0.58
Hex FE 29 37 0 54 4E 0 164 63 3A
Octal 376 51 67 0 124 116 0 544 143 72
Binary 11111110 101001 110111 0 1010100 1001110 0 101100100 1100011 111010

Color Harmonies of #FE2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2937

Black with #FE2937

Text Example


Text Example

White with #FE2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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