Html Css Color HEX #FD312D Red Orange

📋 copy color: '#FD312D'

red 253 ◦ green 49 ◦ blue 45

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

Shades of Red Orange #FD312D

Tints of Red Orange #FD312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 72.91%
G = 14.12%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD312D (or 0xFD312D) is known color: Red Orange. HEX triplet: FD, 31 and 2D. RGB value is (253,49,45). Sum of RGB (Red+Green+Blue) = 253+49+45=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD312D is #02CED2. Grayscale: #6D6D6D. Windows color (decimal): -184019 or 2961917. OLE color: 2961917.

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

Color convert

RGB 253 49 45 -
CMYK 0 0.81 0.82 0.01
HSL 1.15º 0.98% 0.58% -
HSV(B) 1.15º 0.82% 0.99% -
XYZ 42.08 23.27 4.76 -
YUV 109.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 253 49 45 0 0.81 0.82 0.01 1.15 0.98 0.58
Hex FD 31 2D 0 51 52 1 1 62 3A
Octal 375 61 55 0 121 122 1 1 142 72
Binary 11111101 110001 101101 0 1010001 1010010 1 1 1100010 111010

Color Harmonies of #FD312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD312D

Black with #FD312D

Text Example


Text Example

White with #FD312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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