Html Css Color HEX #FE2B3C Alizarin

📋 copy color: '#FE2B3C'

red 254 ◦ green 43 ◦ blue 60

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

Shades of Alizarin #FE2B3C

Tints of Alizarin #FE2B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 71.15%
G = 12.04%
B = 16.81%

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

#FE2B3C (or 0xFE2B3C) is known color: Alizarin. HEX triplet: FE, 2B and 3C. RGB value is (254,43,60). Sum of RGB (Red+Green+Blue) = 254+43+60=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B3C is #01D4C3. Grayscale: #6C6C6C. Windows color (decimal): -120004 or 3943422. OLE color: 3943422.

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

Color convert

RGB 254 43 60 -
CMYK 0 0.83 0.76 0.00
HSL 355.17º 0.99% 0.58% -
HSV(B) 355.17º 0.83% 1% -
XYZ 42.55 23.12 6.5 -
YUV 108.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 254 43 60 0 0.83 0.76 0.00 355.17 0.99 0.58
Hex FE 2B 3C 0 53 4C 0 163 63 3A
Octal 376 53 74 0 123 114 0 543 143 72
Binary 11111110 101011 111100 0 1010011 1001100 0 101100011 1100011 111010

Color Harmonies of #FE2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B3C

Black with #FE2B3C

Text Example


Text Example

White with #FE2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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