Html Css Color HEX #FE333F Alizarin

📋 copy color: '#FE333F'

red 254 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #FE333F

Tints of Alizarin #FE333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

 BLUE value IS 63 (25% from 255) = 17.12%

R = 69.02%
G = 13.86%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE333F (or 0xFE333F) is known color: Alizarin. HEX triplet: FE, 33 and 3F. RGB value is (254,51,63). Sum of RGB (Red+Green+Blue) = 254+51+63=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE333F is #01CCC0. Grayscale: #717171. Windows color (decimal): -117953 or 4142078. OLE color: 4142078.

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

Color convert

RGB 254 51 63 -
CMYK 0 0.80 0.75 0.00
HSL 356.45º 0.99% 0.6% -
HSV(B) 356.45º 0.8% 1% -
XYZ 42.95 23.8 7.03 -
YUV 113.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 254 51 63 0 0.80 0.75 0.00 356.45 0.99 0.6
Hex FE 33 3F 0 50 4B 0 164 63 3C
Octal 376 63 77 0 120 113 0 544 143 74
Binary 11111110 110011 111111 0 1010000 1001011 0 101100100 1100011 111100

Color Harmonies of #FE333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE333F

Black with #FE333F

Text Example


Text Example

White with #FE333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE333F; }

 p { color: rgb(254,51,63); }

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

background-color css

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

 a { background-color: rgb(254,51,63); }

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

border-color css

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

 span { border-color: rgb(254,51,63); }

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