Html Css Color HEX #FE2D1E Red Orange

📋 copy color: '#FE2D1E'

red 254 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #FE2D1E

Tints of Red Orange #FE2D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 77.2%
G = 13.68%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE2D1E (or 0xFE2D1E) is known color: Red Orange. HEX triplet: FE, 2D and 1E. RGB value is (254,45,30). Sum of RGB (Red+Green+Blue) = 254+45+30=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D1E is #01D2E1. Grayscale: #6A6A6A. Windows color (decimal): -119522 or 1977854. OLE color: 1977854.

HSL color Cylindrical-coordinate representation of color #FE2D1E: hue angle of 4.02º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE2D1E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 30 -
CMYK 0 0.82 0.88 0.00
HSL 4.02º 0.99% 0.56% -
HSV(B) 4.02º 0.88% 1% -
XYZ 42.05 23.04 3.46 -
YUV 105.78 85.24 233.72 -
System Red Green Blue C M Y K H S L
Decimal 254 45 30 0 0.82 0.88 0.00 4.02 0.99 0.56
Hex FE 2D 1E 0 52 58 0 4 63 38
Octal 376 55 36 0 122 130 0 4 143 70
Binary 11111110 101101 11110 0 1010010 1011000 0 100 1100011 111000

Color Harmonies of #FE2D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D1E

Black with #FE2D1E

Text Example


Text Example

White with #FE2D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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