Html Css Color HEX #FE2D3C Alizarin

📋 copy color: '#FE2D3C'

red 254 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #FE2D3C

Tints of Alizarin #FE2D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.53%

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

R = 70.75%
G = 12.53%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE2D3C (or 0xFE2D3C) is known color: Alizarin. HEX triplet: FE, 2D and 3C. RGB value is (254,45,60). Sum of RGB (Red+Green+Blue) = 254+45+60=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D3C is #01D2C3. Grayscale: #6D6D6D. Windows color (decimal): -119492 or 3943934. OLE color: 3943934.

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

Color convert

RGB 254 45 60 -
CMYK 0 0.82 0.76 0.00
HSL 355.69º 0.99% 0.59% -
HSV(B) 355.69º 0.82% 1% -
XYZ 42.63 23.27 6.52 -
YUV 109.2 100.24 231.28 -
System Red Green Blue C M Y K H S L
Decimal 254 45 60 0 0.82 0.76 0.00 355.69 0.99 0.59
Hex FE 2D 3C 0 52 4C 0 164 63 3B
Octal 376 55 74 0 122 114 0 544 143 73
Binary 11111110 101101 111100 0 1010010 1001100 0 101100100 1100011 111011

Color Harmonies of #FE2D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D3C

Black with #FE2D3C

Text Example


Text Example

White with #FE2D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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