Html Css Color HEX #FE2E3B Alizarin

📋 copy color: '#FE2E3B'

red 254 ◦ green 46 ◦ blue 59

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

Shades of Alizarin #FE2E3B

Tints of Alizarin #FE2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.81%

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

R = 70.75%
G = 12.81%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE2E3B (or 0xFE2E3B) is known color: Alizarin. HEX triplet: FE, 2E and 3B. RGB value is (254,46,59). Sum of RGB (Red+Green+Blue) = 254+46+59=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E3B is #01D1C4. Grayscale: #6D6D6D. Windows color (decimal): -119237 or 3878654. OLE color: 3878654.

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

Color convert

RGB 254 46 59 -
CMYK 0 0.82 0.77 0.00
HSL 356.25º 0.99% 0.59% -
HSV(B) 356.25º 0.82% 1% -
XYZ 42.64 23.34 6.4 -
YUV 109.67 99.41 230.94 -
System Red Green Blue C M Y K H S L
Decimal 254 46 59 0 0.82 0.77 0.00 356.25 0.99 0.59
Hex FE 2E 3B 0 52 4D 0 164 63 3B
Octal 376 56 73 0 122 115 0 544 143 73
Binary 11111110 101110 111011 0 1010010 1001101 0 101100100 1100011 111011

Color Harmonies of #FE2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E3B

Black with #FE2E3B

Text Example


Text Example

White with #FE2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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