Html Css Color HEX #FD312C Red Orange

📋 copy color: '#FD312C'

red 253 ◦ green 49 ◦ blue 44

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

Shades of Red Orange #FD312C

Tints of Red Orange #FD312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 73.12%
G = 14.16%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD312C (or 0xFD312C) is known color: Red Orange. HEX triplet: FD, 31 and 2C. RGB value is (253,49,44). Sum of RGB (Red+Green+Blue) = 253+49+44=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD312C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD312C is #02CED3. Grayscale: #6D6D6D. Windows color (decimal): -184020 or 2896381. OLE color: 2896381.

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

Color convert

RGB 253 49 44 -
CMYK 0 0.81 0.83 0.01
HSL 1.44º 0.98% 0.58% -
HSV(B) 1.44º 0.83% 0.99% -
XYZ 42.06 23.26 4.66 -
YUV 109.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 253 49 44 0 0.81 0.83 0.01 1.44 0.98 0.58
Hex FD 31 2C 0 51 53 1 1 62 3A
Octal 375 61 54 0 121 123 1 1 142 72
Binary 11111101 110001 101100 0 1010001 1010011 1 1 1100010 111010

Color Harmonies of #FD312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD312C

Black with #FD312C

Text Example


Text Example

White with #FD312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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