Html Css Color HEX #FD1917 Scarlet

📋 copy color: '#FD1917'

red 253 ◦ green 25 ◦ blue 23

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

Shades of Scarlet #FD1917

Tints of Scarlet #FD1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 84.05%
G = 8.31%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD1917 (or 0xFD1917) is known color: Scarlet. HEX triplet: FD, 19 and 17. RGB value is (253,25,23). Sum of RGB (Red+Green+Blue) = 253+25+23=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1917 is #02E6E8. Grayscale: #5D5D5D. Windows color (decimal): -190185 or 1513981. OLE color: 1513981.

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

Color convert

RGB 253 25 23 -
CMYK 0 0.90 0.91 0.01
HSL 0.52º 0.98% 0.54% -
HSV(B) 0.52º 0.91% 0.99% -
XYZ 41.01 21.64 2.83 -
YUV 92.94 88.54 242.16 -
System Red Green Blue C M Y K H S L
Decimal 253 25 23 0 0.90 0.91 0.01 0.52 0.98 0.54
Hex FD 19 17 0 5A 5B 1 1 62 36
Octal 375 31 27 0 132 133 1 1 142 66
Binary 11111101 11001 10111 0 1011010 1011011 1 1 1100010 110110

Color Harmonies of #FD1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1917

Black with #FD1917

Text Example


Text Example

White with #FD1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1917; }

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

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

background-color css

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

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

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

border-color css

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

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

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