Html Css Color HEX #FE3435 Alizarin

📋 copy color: '#FE3435'

red 254 ◦ green 52 ◦ blue 53

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

Shades of Alizarin #FE3435

Tints of Alizarin #FE3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 70.75%
G = 14.48%
B = 14.76%

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

#FE3435 (or 0xFE3435) is known color: Alizarin. HEX triplet: FE, 34 and 35. RGB value is (254,52,53). Sum of RGB (Red+Green+Blue) = 254+52+53=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3435 is #01CBCA. Grayscale: #707070. Windows color (decimal): -117707 or 3486974. OLE color: 3486974.

HSL color Cylindrical-coordinate representation of color #FE3435: 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.8%. Process color model (Four color, CMYK) of #FE3435 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 53 -
CMYK 0 0.80 0.79 0.00
HSL 359.7º 0.99% 0.6% -
HSV(B) 359.7º 0.8% 1% -
XYZ 42.74 23.78 5.71 -
YUV 112.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 254 52 53 0 0.80 0.79 0.00 359.7 0.99 0.6
Hex FE 34 35 0 50 4F 0 168 63 3C
Octal 376 64 65 0 120 117 0 550 143 74
Binary 11111110 110100 110101 0 1010000 1001111 0 101101000 1100011 111100

Color Harmonies of #FE3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3435

Black with #FE3435

Text Example


Text Example

White with #FE3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3435; }

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

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

background-color css

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

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

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

border-color css

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

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

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