Html Css Color HEX #FE3121 Red Orange

📋 copy color: '#FE3121'

red 254 ◦ green 49 ◦ blue 33

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

Shades of Red Orange #FE3121

Tints of Red Orange #FE3121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 75.6%
G = 14.58%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE3121 (or 0xFE3121) is known color: Red Orange. HEX triplet: FE, 31 and 21. RGB value is (254,49,33). Sum of RGB (Red+Green+Blue) = 254+49+33=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3121 is #01CEDE. Grayscale: #6C6C6C. Windows color (decimal): -118495 or 2175486. OLE color: 2175486.

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

Color convert

RGB 254 49 33 -
CMYK 0 0.81 0.87 0.00
HSL 4.34º 0.99% 0.56% -
HSV(B) 4.34º 0.87% 1% -
XYZ 42.25 23.38 3.72 -
YUV 108.47 85.42 231.8 -
System Red Green Blue C M Y K H S L
Decimal 254 49 33 0 0.81 0.87 0.00 4.34 0.99 0.56
Hex FE 31 21 0 51 57 0 4 63 38
Octal 376 61 41 0 121 127 0 4 143 70
Binary 11111110 110001 100001 0 1010001 1010111 0 100 1100011 111000

Color Harmonies of #FE3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3121

Black with #FE3121

Text Example


Text Example

White with #FE3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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