Html Css Color HEX #FE2D27 Red Orange

📋 copy color: '#FE2D27'

red 254 ◦ green 45 ◦ blue 39

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

Shades of Red Orange #FE2D27

Tints of Red Orange #FE2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 75.15%
G = 13.31%
B = 11.54%

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

#FE2D27 (or 0xFE2D27) is known color: Red Orange. HEX triplet: FE, 2D and 27. RGB value is (254,45,39). Sum of RGB (Red+Green+Blue) = 254+45+39=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D27 is #01D2D8. Grayscale: #6B6B6B. Windows color (decimal): -119513 or 2567678. OLE color: 2567678.

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

Color convert

RGB 254 45 39 -
CMYK 0 0.82 0.85 0.00
HSL 1.67º 0.99% 0.57% -
HSV(B) 1.67º 0.85% 1% -
XYZ 42.18 23.09 4.15 -
YUV 106.81 89.74 232.99 -
System Red Green Blue C M Y K H S L
Decimal 254 45 39 0 0.82 0.85 0.00 1.67 0.99 0.57
Hex FE 2D 27 0 52 55 0 2 63 39
Octal 376 55 47 0 122 125 0 2 143 71
Binary 11111110 101101 100111 0 1010010 1010101 0 10 1100011 111001

Color Harmonies of #FE2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D27

Black with #FE2D27

Text Example


Text Example

White with #FE2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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