Html Css Color HEX #FE2E24 Red Orange

📋 copy color: '#FE2E24'

red 254 ◦ green 46 ◦ blue 36

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

Shades of Red Orange #FE2E24

Tints of Red Orange #FE2E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 75.6%
G = 13.69%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE2E24 (or 0xFE2E24) is known color: Red Orange. HEX triplet: FE, 2E and 24. RGB value is (254,46,36). Sum of RGB (Red+Green+Blue) = 254+46+36=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E24 is #01D1DB. Grayscale: #6B6B6B. Windows color (decimal): -119260 or 2371326. OLE color: 2371326.

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

Color convert

RGB 254 46 36 -
CMYK 0 0.82 0.86 0.00
HSL 2.75º 0.99% 0.57% -
HSV(B) 2.75º 0.86% 1% -
XYZ 42.17 23.15 3.92 -
YUV 107.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 254 46 36 0 0.82 0.86 0.00 2.75 0.99 0.57
Hex FE 2E 24 0 52 56 0 3 63 39
Octal 376 56 44 0 122 126 0 3 143 71
Binary 11111110 101110 100100 0 1010010 1010110 0 11 1100011 111001

Color Harmonies of #FE2E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E24

Black with #FE2E24

Text Example


Text Example

White with #FE2E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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