Html Css Color HEX #FD312B Red Orange

📋 copy color: '#FD312B'

red 253 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #FD312B

Tints of Red Orange #FD312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 73.33%
G = 14.2%
B = 12.46%

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

#FD312B (or 0xFD312B) is known color: Red Orange. HEX triplet: FD, 31 and 2B. RGB value is (253,49,43). Sum of RGB (Red+Green+Blue) = 253+49+43=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD312B is #02CED4. Grayscale: #6D6D6D. Windows color (decimal): -184021 or 2830845. OLE color: 2830845.

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

Color convert

RGB 253 49 43 -
CMYK 0 0.81 0.83 0.01
HSL 1.71º 0.98% 0.58% -
HSV(B) 1.71º 0.83% 0.99% -
XYZ 42.04 23.25 4.56 -
YUV 109.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 253 49 43 0 0.81 0.83 0.01 1.71 0.98 0.58
Hex FD 31 2B 0 51 53 1 2 62 3A
Octal 375 61 53 0 121 123 1 2 142 72
Binary 11111101 110001 101011 0 1010001 1010011 1 10 1100010 111010

Color Harmonies of #FD312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD312B

Black with #FD312B

Text Example


Text Example

White with #FD312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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