Html Css Color HEX #FE2725 Red Orange

📋 copy color: '#FE2725'

red 254 ◦ green 39 ◦ blue 37

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

Shades of Red Orange #FE2725

Tints of Red Orange #FE2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

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

R = 76.97%
G = 11.82%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE2725 (or 0xFE2725) is known color: Red Orange. HEX triplet: FE, 27 and 25. RGB value is (254,39,37). Sum of RGB (Red+Green+Blue) = 254+39+37=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2725 is #01D8DA. Grayscale: #676767. Windows color (decimal): -121051 or 2435070. OLE color: 2435070.

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

Color convert

RGB 254 39 37 -
CMYK 0 0.85 0.85 0.00
HSL 0.55º 0.99% 0.57% -
HSV(B) 0.55º 0.85% 1% -
XYZ 41.93 22.66 3.91 -
YUV 103.06 90.73 235.66 -
System Red Green Blue C M Y K H S L
Decimal 254 39 37 0 0.85 0.85 0.00 0.55 0.99 0.57
Hex FE 27 25 0 55 55 0 1 63 39
Octal 376 47 45 0 125 125 0 1 143 71
Binary 11111110 100111 100101 0 1010101 1010101 0 1 1100011 111001

Color Harmonies of #FE2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2725

Black with #FE2725

Text Example


Text Example

White with #FE2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2725; }

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

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

background-color css

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

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

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

border-color css

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

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

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