Html Css Color HEX #FD310B Scarlet

📋 copy color: '#FD310B'

red 253 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #FD310B

Tints of Scarlet #FD310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 80.83%
G = 15.65%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD310B (or 0xFD310B) is known color: Scarlet. HEX triplet: FD, 31 and 0B. RGB value is (253,49,11). Sum of RGB (Red+Green+Blue) = 253+49+11=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD310B is #02CEF4. Grayscale: #6A6A6A. Windows color (decimal): -184053 or 733693. OLE color: 733693.

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

Color convert

RGB 253 49 11 -
CMYK 0 0.81 0.96 0.01
HSL 9.42º 0.98% 0.52% -
HSV(B) 9.42º 0.96% 0.99% -
XYZ 41.67 23.1 2.58 -
YUV 105.66 74.59 233.09 -
System Red Green Blue C M Y K H S L
Decimal 253 49 11 0 0.81 0.96 0.01 9.42 0.98 0.52
Hex FD 31 B 0 51 60 1 9 62 34
Octal 375 61 13 0 121 140 1 11 142 64
Binary 11111101 110001 1011 0 1010001 1100000 1 1001 1100010 110100

Color Harmonies of #FD310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD310B

Black with #FD310B

Text Example


Text Example

White with #FD310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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