Html Css Color HEX #FE3236 Alizarin

📋 copy color: '#FE3236'

red 254 ◦ green 50 ◦ blue 54

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

Shades of Alizarin #FE3236

Tints of Alizarin #FE3236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 70.95%
G = 13.97%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE3236 (or 0xFE3236) is known color: Alizarin. HEX triplet: FE, 32 and 36. RGB value is (254,50,54). Sum of RGB (Red+Green+Blue) = 254+50+54=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3236 is #01CDC9. Grayscale: #6F6F6F. Windows color (decimal): -118218 or 3551998. OLE color: 3551998.

HSL color Cylindrical-coordinate representation of color #FE3236: hue angle of 358.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3236 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 54 -
CMYK 0 0.80 0.79 0.00
HSL 358.82º 0.99% 0.6% -
HSV(B) 358.82º 0.8% 1% -
XYZ 42.68 23.62 5.8 -
YUV 111.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 254 50 54 0 0.80 0.79 0.00 358.82 0.99 0.6
Hex FE 32 36 0 50 4F 0 167 63 3C
Octal 376 62 66 0 120 117 0 547 143 74
Binary 11111110 110010 110110 0 1010000 1001111 0 101100111 1100011 111100

Color Harmonies of #FE3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3236

Black with #FE3236

Text Example


Text Example

White with #FE3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3236; }

 p { color: rgb(254,50,54); }

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

background-color css

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

 a { background-color: rgb(254,50,54); }

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

border-color css

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

 span { border-color: rgb(254,50,54); }

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