Html Css Color HEX #FE2E25 Red Orange

📋 copy color: '#FE2E25'

red 254 ◦ green 46 ◦ blue 37

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

Shades of Red Orange #FE2E25

Tints of Red Orange #FE2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 37 (14.84% from 255) = 10.98%

R = 75.37%
G = 13.65%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE2E25 (or 0xFE2E25) is known color: Red Orange. HEX triplet: FE, 2E and 25. RGB value is (254,46,37). Sum of RGB (Red+Green+Blue) = 254+46+37=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E25 is #01D1DA. Grayscale: #6B6B6B. Windows color (decimal): -119259 or 2436862. OLE color: 2436862.

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

Color convert

RGB 254 46 37 -
CMYK 0 0.82 0.85 0.00
HSL 2.49º 0.99% 0.57% -
HSV(B) 2.49º 0.85% 1% -
XYZ 42.18 23.16 4 -
YUV 107.17 88.41 232.73 -
System Red Green Blue C M Y K H S L
Decimal 254 46 37 0 0.82 0.85 0.00 2.49 0.99 0.57
Hex FE 2E 25 0 52 55 0 2 63 39
Octal 376 56 45 0 122 125 0 2 143 71
Binary 11111110 101110 100101 0 1010010 1010101 0 10 1100011 111001

Color Harmonies of #FE2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E25

Black with #FE2E25

Text Example


Text Example

White with #FE2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E25; }

 p { color: rgb(254,46,37); }

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

background-color css

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

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

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

border-color css

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

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

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