Html Css Color HEX #FE2F3E Alizarin

📋 copy color: '#FE2F3E'

red 254 ◦ green 47 ◦ blue 62

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

Shades of Alizarin #FE2F3E

Tints of Alizarin #FE2F3E

RGB

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

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

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

R = 69.97%
G = 12.95%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE2F3E (or 0xFE2F3E) is known color: Alizarin. HEX triplet: FE, 2F and 3E. RGB value is (254,47,62). Sum of RGB (Red+Green+Blue) = 254+47+62=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F3E is #01D0C1. Grayscale: #6E6E6E. Windows color (decimal): -118978 or 4075518. OLE color: 4075518.

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

Color convert

RGB 254 47 62 -
CMYK 0 0.81 0.76 0.00
HSL 355.65º 0.99% 0.59% -
HSV(B) 355.65º 0.81% 1% -
XYZ 42.76 23.45 6.83 -
YUV 110.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 254 47 62 0 0.81 0.76 0.00 355.65 0.99 0.59
Hex FE 2F 3E 0 51 4C 0 164 63 3B
Octal 376 57 76 0 121 114 0 544 143 73
Binary 11111110 101111 111110 0 1010001 1001100 0 101100100 1100011 111011

Color Harmonies of #FE2F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F3E

Black with #FE2F3E

Text Example


Text Example

White with #FE2F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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