Html Css Color HEX #FE2F32 Alizarin

📋 copy color: '#FE2F32'

red 254 ◦ green 47 ◦ blue 50

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

Shades of Alizarin #FE2F32

Tints of Alizarin #FE2F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.39%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 72.36%
G = 13.39%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE2F32 (or 0xFE2F32) is known color: Alizarin. HEX triplet: FE, 2F and 32. RGB value is (254,47,50). Sum of RGB (Red+Green+Blue) = 254+47+50=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F32 is #01D0CD. Grayscale: #6D6D6D. Windows color (decimal): -118990 or 3289086. OLE color: 3289086.

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

Color convert

RGB 254 47 50 -
CMYK 0 0.81 0.80 0.00
HSL 359.13º 0.99% 0.59% -
HSV(B) 359.13º 0.81% 1% -
XYZ 42.47 23.33 5.28 -
YUV 109.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 254 47 50 0 0.81 0.80 0.00 359.13 0.99 0.59
Hex FE 2F 32 0 51 50 0 167 63 3B
Octal 376 57 62 0 121 120 0 547 143 73
Binary 11111110 101111 110010 0 1010001 1010000 0 101100111 1100011 111011

Color Harmonies of #FE2F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F32

Black with #FE2F32

Text Example


Text Example

White with #FE2F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F32; }

 p { color: rgb(254,47,50); }

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

background-color css

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

 a { background-color: rgb(254,47,50); }

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

border-color css

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

 span { border-color: rgb(254,47,50); }

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