Html Css Color HEX #FD3116 Scarlet

📋 copy color: '#FD3116'

red 253 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #FD3116

Tints of Scarlet #FD3116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 78.09%
G = 15.12%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD3116 (or 0xFD3116) is known color: Scarlet. HEX triplet: FD, 31 and 16. RGB value is (253,49,22). Sum of RGB (Red+Green+Blue) = 253+49+22=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3116 is #02CEE9. Grayscale: #6B6B6B. Windows color (decimal): -184042 or 1454589. OLE color: 1454589.

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

Color convert

RGB 253 49 22 -
CMYK 0 0.81 0.91 0.01
HSL 7.01º 0.98% 0.54% -
HSV(B) 7.01º 0.91% 0.99% -
XYZ 41.75 23.14 3.02 -
YUV 106.92 80.09 232.2 -
System Red Green Blue C M Y K H S L
Decimal 253 49 22 0 0.81 0.91 0.01 7.01 0.98 0.54
Hex FD 31 16 0 51 5B 1 7 62 36
Octal 375 61 26 0 121 133 1 7 142 66
Binary 11111101 110001 10110 0 1010001 1011011 1 111 1100010 110110

Color Harmonies of #FD3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3116

Black with #FD3116

Text Example


Text Example

White with #FD3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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