Html Css Color HEX #FE3129 Red Orange

📋 copy color: '#FE3129'

red 254 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #FE3129

Tints of Red Orange #FE3129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 73.84%
G = 14.24%
B = 11.92%

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

#FE3129 (or 0xFE3129) is known color: Red Orange. HEX triplet: FE, 31 and 29. RGB value is (254,49,41). Sum of RGB (Red+Green+Blue) = 254+49+41=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3129 is #01CED6. Grayscale: #6D6D6D. Windows color (decimal): -118487 or 2699774. OLE color: 2699774.

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

Color convert

RGB 254 49 41 -
CMYK 0 0.81 0.84 0.00
HSL 2.25º 0.99% 0.58% -
HSV(B) 2.25º 0.84% 1% -
XYZ 42.37 23.43 4.39 -
YUV 109.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 254 49 41 0 0.81 0.84 0.00 2.25 0.99 0.58
Hex FE 31 29 0 51 54 0 2 63 3A
Octal 376 61 51 0 121 124 0 2 143 72
Binary 11111110 110001 101001 0 1010001 1010100 0 10 1100011 111010

Color Harmonies of #FE3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3129

Black with #FE3129

Text Example


Text Example

White with #FE3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3129; }

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

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

background-color css

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

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

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

border-color css

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

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

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