Html Css Color HEX #FE303B Alizarin

📋 copy color: '#FE303B'

red 254 ◦ green 48 ◦ blue 59

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

Shades of Alizarin #FE303B

Tints of Alizarin #FE303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.3%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 70.36%
G = 13.3%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE303B (or 0xFE303B) is known color: Alizarin. HEX triplet: FE, 30 and 3B. RGB value is (254,48,59). Sum of RGB (Red+Green+Blue) = 254+48+59=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE303B is #01CFC4. Grayscale: #6F6F6F. Windows color (decimal): -118725 or 3879166. OLE color: 3879166.

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

Color convert

RGB 254 48 59 -
CMYK 0 0.81 0.77 0.00
HSL 356.8º 0.99% 0.59% -
HSV(B) 356.8º 0.81% 1% -
XYZ 42.72 23.5 6.42 -
YUV 110.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 254 48 59 0 0.81 0.77 0.00 356.8 0.99 0.59
Hex FE 30 3B 0 51 4D 0 165 63 3B
Octal 376 60 73 0 121 115 0 545 143 73
Binary 11111110 110000 111011 0 1010001 1001101 0 101100101 1100011 111011

Color Harmonies of #FE303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE303B

Black with #FE303B

Text Example


Text Example

White with #FE303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE303B; }

 p { color: rgb(254,48,59); }

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

background-color css

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

 a { background-color: rgb(254,48,59); }

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

border-color css

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

 span { border-color: rgb(254,48,59); }

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