Html Css Color HEX #FD301D Red Orange

📋 copy color: '#FD301D'

red 253 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #FD301D

Tints of Red Orange #FD301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 76.67%
G = 14.55%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD301D (or 0xFD301D) is known color: Red Orange. HEX triplet: FD, 30 and 1D. RGB value is (253,48,29). Sum of RGB (Red+Green+Blue) = 253+48+29=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD301D is #02CFE2. Grayscale: #6B6B6B. Windows color (decimal): -184291 or 1913085. OLE color: 1913085.

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

Color convert

RGB 253 48 29 -
CMYK 0 0.81 0.89 0.01
HSL 5.09º 0.98% 0.55% -
HSV(B) 5.09º 0.89% 0.99% -
XYZ 41.79 23.09 3.42 -
YUV 107.13 83.92 232.04 -
System Red Green Blue C M Y K H S L
Decimal 253 48 29 0 0.81 0.89 0.01 5.09 0.98 0.55
Hex FD 30 1D 0 51 59 1 5 62 37
Octal 375 60 35 0 121 131 1 5 142 67
Binary 11111101 110000 11101 0 1010001 1011001 1 101 1100010 110111

Color Harmonies of #FD301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD301D

Black with #FD301D

Text Example


Text Example

White with #FD301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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