Html Css Color HEX #FE3531 Red Orange

📋 copy color: '#FE3531'

red 254 ◦ green 53 ◦ blue 49

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

Shades of Red Orange #FE3531

Tints of Red Orange #FE3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.89%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 71.35%
G = 14.89%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3531 (or 0xFE3531) is known color: Red Orange. HEX triplet: FE, 35 and 31. RGB value is (254,53,49). Sum of RGB (Red+Green+Blue) = 254+53+49=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3531 is #01CACE. Grayscale: #707070. Windows color (decimal): -117455 or 3225086. OLE color: 3225086.

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

Color convert

RGB 254 53 49 -
CMYK 0 0.79 0.81 0.00
HSL 1.17º 0.99% 0.59% -
HSV(B) 1.17º 0.81% 1% -
XYZ 42.7 23.84 5.26 -
YUV 112.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 254 53 49 0 0.79 0.81 0.00 1.17 0.99 0.59
Hex FE 35 31 0 4F 51 0 1 63 3B
Octal 376 65 61 0 117 121 0 1 143 73
Binary 11111110 110101 110001 0 1001111 1010001 0 1 1100011 111011

Color Harmonies of #FE3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3531

Black with #FE3531

Text Example


Text Example

White with #FE3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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