Html Css Color HEX #FD310E Scarlet

📋 copy color: '#FD310E'

red 253 ◦ green 49 ◦ blue 14

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

Shades of Scarlet #FD310E

Tints of Scarlet #FD310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 80.06%
G = 15.51%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD310E (or 0xFD310E) is known color: Scarlet. HEX triplet: FD, 31 and 0E. RGB value is (253,49,14). Sum of RGB (Red+Green+Blue) = 253+49+14=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD310E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD310E is #02CEF1. Grayscale: #6A6A6A. Windows color (decimal): -184050 or 930301. OLE color: 930301.

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

Color convert

RGB 253 49 14 -
CMYK 0 0.81 0.94 0.01
HSL 8.79º 0.98% 0.52% -
HSV(B) 8.79º 0.94% 0.99% -
XYZ 41.69 23.11 2.68 -
YUV 106.01 76.09 232.85 -
System Red Green Blue C M Y K H S L
Decimal 253 49 14 0 0.81 0.94 0.01 8.79 0.98 0.52
Hex FD 31 E 0 51 5E 1 9 62 34
Octal 375 61 16 0 121 136 1 11 142 64
Binary 11111101 110001 1110 0 1010001 1011110 1 1001 1100010 110100

Color Harmonies of #FD310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD310E

Black with #FD310E

Text Example


Text Example

White with #FD310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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