Html Css Color HEX #FD311D Red Orange

📋 copy color: '#FD311D'

red 253 ◦ green 49 ◦ blue 29

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

Shades of Red Orange #FD311D

Tints of Red Orange #FD311D

RGB

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

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

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

R = 76.44%
G = 14.8%
B = 8.76%

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

#FD311D (or 0xFD311D) is known color: Red Orange. HEX triplet: FD, 31 and 1D. RGB value is (253,49,29). Sum of RGB (Red+Green+Blue) = 253+49+29=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD311D is #02CEE2. Grayscale: #6B6B6B. Windows color (decimal): -184035 or 1913341. OLE color: 1913341.

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

Color convert

RGB 253 49 29 -
CMYK 0 0.81 0.89 0.01
HSL 5.36º 0.98% 0.55% -
HSV(B) 5.36º 0.89% 0.99% -
XYZ 41.83 23.17 3.43 -
YUV 107.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 253 49 29 0 0.81 0.89 0.01 5.36 0.98 0.55
Hex FD 31 1D 0 51 59 1 5 62 37
Octal 375 61 35 0 121 131 1 5 142 67
Binary 11111101 110001 11101 0 1010001 1011001 1 101 1100010 110111

Color Harmonies of #FD311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD311D

Black with #FD311D

Text Example


Text Example

White with #FD311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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