Html Css Color HEX #FD1D17 Scarlet

📋 copy color: '#FD1D17'

red 253 ◦ green 29 ◦ blue 23

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

Shades of Scarlet #FD1D17

Tints of Scarlet #FD1D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

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

R = 82.95%
G = 9.51%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD1D17 (or 0xFD1D17) is known color: Scarlet. HEX triplet: FD, 1D and 17. RGB value is (253,29,23). Sum of RGB (Red+Green+Blue) = 253+29+23=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D17 is #02E2E8. Grayscale: #5F5F5F. Windows color (decimal): -189161 or 1515005. OLE color: 1515005.

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

Color convert

RGB 253 29 23 -
CMYK 0 0.89 0.91 0.01
HSL 1.57º 0.98% 0.54% -
HSV(B) 1.57º 0.91% 0.99% -
XYZ 41.1 21.82 2.86 -
YUV 95.29 87.21 240.49 -
System Red Green Blue C M Y K H S L
Decimal 253 29 23 0 0.89 0.91 0.01 1.57 0.98 0.54
Hex FD 1D 17 0 59 5B 1 2 62 36
Octal 375 35 27 0 131 133 1 2 142 66
Binary 11111101 11101 10111 0 1011001 1011011 1 10 1100010 110110

Color Harmonies of #FD1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D17

Black with #FD1D17

Text Example


Text Example

White with #FD1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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