Html Css Color HEX #FE2F28 Red Orange

📋 copy color: '#FE2F28'

red 254 ◦ green 47 ◦ blue 40

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

Shades of Red Orange #FE2F28

Tints of Red Orange #FE2F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

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

R = 74.49%
G = 13.78%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE2F28 (or 0xFE2F28) is known color: Red Orange. HEX triplet: FE, 2F and 28. RGB value is (254,47,40). Sum of RGB (Red+Green+Blue) = 254+47+40=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F28 is #01D0D7. Grayscale: #6C6C6C. Windows color (decimal): -119000 or 2633726. OLE color: 2633726.

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

Color convert

RGB 254 47 40 -
CMYK 0 0.81 0.84 0.00
HSL 1.96º 0.99% 0.58% -
HSV(B) 1.96º 0.84% 1% -
XYZ 42.27 23.26 4.27 -
YUV 108.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 254 47 40 0 0.81 0.84 0.00 1.96 0.99 0.58
Hex FE 2F 28 0 51 54 0 2 63 3A
Octal 376 57 50 0 121 124 0 2 143 72
Binary 11111110 101111 101000 0 1010001 1010100 0 10 1100011 111010

Color Harmonies of #FE2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F28

Black with #FE2F28

Text Example


Text Example

White with #FE2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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