Html Css Color HEX #FE2928 Red Orange

📋 copy color: '#FE2928'

red 254 ◦ green 41 ◦ blue 40

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

Shades of Red Orange #FE2928

Tints of Red Orange #FE2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 75.82%
G = 12.24%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE2928 (or 0xFE2928) is known color: Red Orange. HEX triplet: FE, 29 and 28. RGB value is (254,41,40). Sum of RGB (Red+Green+Blue) = 254+41+40=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2928 is #01D6D7. Grayscale: #686868. Windows color (decimal): -120536 or 2632190. OLE color: 2632190.

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

Color convert

RGB 254 41 40 -
CMYK 0 0.84 0.84 0.00
HSL 0.28º 0.99% 0.58% -
HSV(B) 0.28º 0.84% 1% -
XYZ 42.05 22.81 4.19 -
YUV 104.57 91.57 234.58 -
System Red Green Blue C M Y K H S L
Decimal 254 41 40 0 0.84 0.84 0.00 0.28 0.99 0.58
Hex FE 29 28 0 54 54 0 0 63 3A
Octal 376 51 50 0 124 124 0 0 143 72
Binary 11111110 101001 101000 0 1010100 1010100 0 0 1100011 111010

Color Harmonies of #FE2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2928

Black with #FE2928

Text Example


Text Example

White with #FE2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2928; }

 p { color: rgb(254,41,40); }

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

background-color css

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

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

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

border-color css

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

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

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