Html Css Color HEX #FE3536 Alizarin

📋 copy color: '#FE3536'

red 254 ◦ green 53 ◦ blue 54

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

Shades of Alizarin #FE3536

Tints of Alizarin #FE3536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 70.36%
G = 14.68%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE3536 (or 0xFE3536) is known color: Alizarin. HEX triplet: FE, 35 and 36. RGB value is (254,53,54). Sum of RGB (Red+Green+Blue) = 254+53+54=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3536 is #01CAC9. Grayscale: #717171. Windows color (decimal): -117450 or 3552766. OLE color: 3552766.

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

Color convert

RGB 254 53 54 -
CMYK 0 0.79 0.79 0.00
HSL 359.7º 0.99% 0.6% -
HSV(B) 359.7º 0.79% 1% -
XYZ 42.81 23.88 5.84 -
YUV 113.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 254 53 54 0 0.79 0.79 0.00 359.7 0.99 0.6
Hex FE 35 36 0 4F 4F 0 168 63 3C
Octal 376 65 66 0 117 117 0 550 143 74
Binary 11111110 110101 110110 0 1001111 1001111 0 101101000 1100011 111100

Color Harmonies of #FE3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3536

Black with #FE3536

Text Example


Text Example

White with #FE3536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3536; }

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

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

background-color css

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

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

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

border-color css

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

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

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