Html Css Color HEX #FD3117 Scarlet

📋 copy color: '#FD3117'

red 253 ◦ green 49 ◦ blue 23

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

Shades of Scarlet #FD3117

Tints of Scarlet #FD3117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 77.85%
G = 15.08%
B = 7.08%

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

#FD3117 (or 0xFD3117) is known color: Scarlet. HEX triplet: FD, 31 and 17. RGB value is (253,49,23). Sum of RGB (Red+Green+Blue) = 253+49+23=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3117 is #02CEE8. Grayscale: #6B6B6B. Windows color (decimal): -184041 or 1520125. OLE color: 1520125.

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

Color convert

RGB 253 49 23 -
CMYK 0 0.81 0.91 0.01
HSL 6.78º 0.98% 0.54% -
HSV(B) 6.78º 0.91% 0.99% -
XYZ 41.76 23.14 3.08 -
YUV 107.03 80.59 232.11 -
System Red Green Blue C M Y K H S L
Decimal 253 49 23 0 0.81 0.91 0.01 6.78 0.98 0.54
Hex FD 31 17 0 51 5B 1 7 62 36
Octal 375 61 27 0 121 133 1 7 142 66
Binary 11111101 110001 10111 0 1010001 1011011 1 111 1100010 110110

Color Harmonies of #FD3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3117

Black with #FD3117

Text Example


Text Example

White with #FD3117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3117; }

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

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

background-color css

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

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

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

border-color css

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

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

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