Html Css Color HEX #FD301E Red Orange

📋 copy color: '#FD301E'

red 253 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #FD301E

Tints of Red Orange #FD301E

RGB

 RED value IS 253 (99.22% from 255) = 76.44%

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 76.44%
G = 14.5%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD301E (or 0xFD301E) is known color: Red Orange. HEX triplet: FD, 30 and 1E. RGB value is (253,48,30). Sum of RGB (Red+Green+Blue) = 253+48+30=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD301E is #02CFE1. Grayscale: #6B6B6B. Windows color (decimal): -184290 or 1978621. OLE color: 1978621.

HSL color Cylindrical-coordinate representation of color #FD301E: hue angle of 4.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD301E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 30 -
CMYK 0 0.81 0.88 0.01
HSL 4.84º 0.98% 0.55% -
HSV(B) 4.84º 0.88% 0.99% -
XYZ 41.8 23.09 3.48 -
YUV 107.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 253 48 30 0 0.81 0.88 0.01 4.84 0.98 0.55
Hex FD 30 1E 0 51 58 1 5 62 37
Octal 375 60 36 0 121 130 1 5 142 67
Binary 11111101 110000 11110 0 1010001 1011000 1 101 1100010 110111

Color Harmonies of #FD301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD301E

Black with #FD301E

Text Example


Text Example

White with #FD301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD301E; }

 p { color: rgb(253,48,30); }

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

background-color css

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

 a { background-color: rgb(253,48,30); }

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

border-color css

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

 span { border-color: rgb(253,48,30); }

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