Html Css Color HEX #FE312D Red Orange

📋 copy color: '#FE312D'

red 254 ◦ green 49 ◦ blue 45

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

Shades of Red Orange #FE312D

Tints of Red Orange #FE312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 72.99%
G = 14.08%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE312D (or 0xFE312D) is known color: Red Orange. HEX triplet: FE, 31 and 2D. RGB value is (254,49,45). Sum of RGB (Red+Green+Blue) = 254+49+45=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE312D is #01CED2. Grayscale: #6E6E6E. Windows color (decimal): -118483 or 2961918. OLE color: 2961918.

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

Color convert

RGB 254 49 45 -
CMYK 0 0.81 0.82 0.00
HSL 1.15º 0.99% 0.59% -
HSV(B) 1.15º 0.82% 1% -
XYZ 42.45 23.46 4.77 -
YUV 109.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 254 49 45 0 0.81 0.82 0.00 1.15 0.99 0.59
Hex FE 31 2D 0 51 52 0 1 63 3B
Octal 376 61 55 0 121 122 0 1 143 73
Binary 11111110 110001 101101 0 1010001 1010010 0 1 1100011 111011

Color Harmonies of #FE312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE312D

Black with #FE312D

Text Example


Text Example

White with #FE312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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