Html Css Color HEX #FE2B3E Alizarin

📋 copy color: '#FE2B3E'

red 254 ◦ green 43 ◦ blue 62

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

Shades of Alizarin #FE2B3E

Tints of Alizarin #FE2B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.98%

 BLUE value IS 62 (24.61% from 255) = 17.27%

R = 70.75%
G = 11.98%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE2B3E (or 0xFE2B3E) is known color: Alizarin. HEX triplet: FE, 2B and 3E. RGB value is (254,43,62). Sum of RGB (Red+Green+Blue) = 254+43+62=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B3E is #01D4C1. Grayscale: #6C6C6C. Windows color (decimal): -120002 or 4074494. OLE color: 4074494.

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

Color convert

RGB 254 43 62 -
CMYK 0 0.83 0.76 0.00
HSL 354.6º 0.99% 0.58% -
HSV(B) 354.6º 0.83% 1% -
XYZ 42.61 23.15 6.78 -
YUV 108.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 254 43 62 0 0.83 0.76 0.00 354.6 0.99 0.58
Hex FE 2B 3E 0 53 4C 0 163 63 3A
Octal 376 53 76 0 123 114 0 543 143 72
Binary 11111110 101011 111110 0 1010011 1001100 0 101100011 1100011 111010

Color Harmonies of #FE2B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B3E

Black with #FE2B3E

Text Example


Text Example

White with #FE2B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B3E; }

 p { color: rgb(254,43,62); }

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

background-color css

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

 a { background-color: rgb(254,43,62); }

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

border-color css

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

 span { border-color: rgb(254,43,62); }

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