Html Css Color HEX #FE3131 Red Orange

📋 copy color: '#FE3131'

red 254 ◦ green 49 ◦ blue 49

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

Shades of Red Orange #FE3131

Tints of Red Orange #FE3131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 72.16%
G = 13.92%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3131 (or 0xFE3131) is known color: Red Orange. HEX triplet: FE, 31 and 31. RGB value is (254,49,49). Sum of RGB (Red+Green+Blue) = 254+49+49=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3131 is #01CECE. Grayscale: #6E6E6E. Windows color (decimal): -118479 or 3224062. OLE color: 3224062.

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

Color convert

RGB 254 49 49 -
CMYK 0 0.81 0.81 0.00
HSL 0.99% 0.59% -
HSV(B) 0.81% 1% -
XYZ 42.53 23.49 5.2 -
YUV 110.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 254 49 49 0 0.81 0.81 0.00 0 0.99 0.59
Hex FE 31 31 0 51 51 0 0 63 3B
Octal 376 61 61 0 121 121 0 0 143 73
Binary 11111110 110001 110001 0 1010001 1010001 0 0 1100011 111011

Color Harmonies of #FE3131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3131

Black with #FE3131

Text Example


Text Example

White with #FE3131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3131; }

 p { color: rgb(254,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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