Html Css Color HEX #FD312A Red Orange

📋 copy color: '#FD312A'

red 253 ◦ green 49 ◦ blue 42

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

Shades of Red Orange #FD312A

Tints of Red Orange #FD312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 73.55%
G = 14.24%
B = 12.21%

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

#FD312A (or 0xFD312A) is known color: Red Orange. HEX triplet: FD, 31 and 2A. RGB value is (253,49,42). Sum of RGB (Red+Green+Blue) = 253+49+42=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD312A is #02CED5. Grayscale: #6D6D6D. Windows color (decimal): -184022 or 2765309. OLE color: 2765309.

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

Color convert

RGB 253 49 42 -
CMYK 0 0.81 0.83 0.01
HSL 1.99º 0.98% 0.58% -
HSV(B) 1.99º 0.83% 0.99% -
XYZ 42.02 23.25 4.46 -
YUV 109.2 90.09 230.57 -
System Red Green Blue C M Y K H S L
Decimal 253 49 42 0 0.81 0.83 0.01 1.99 0.98 0.58
Hex FD 31 2A 0 51 53 1 2 62 3A
Octal 375 61 52 0 121 123 1 2 142 72
Binary 11111101 110001 101010 0 1010001 1010011 1 10 1100010 111010

Color Harmonies of #FD312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD312A

Black with #FD312A

Text Example


Text Example

White with #FD312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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