Html Css Color HEX #FD2117 Scarlet

📋 copy color: '#FD2117'

red 253 ◦ green 33 ◦ blue 23

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

Shades of Scarlet #FD2117

Tints of Scarlet #FD2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

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

R = 81.88%
G = 10.68%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD2117 (or 0xFD2117) is known color: Scarlet. HEX triplet: FD, 21 and 17. RGB value is (253,33,23). Sum of RGB (Red+Green+Blue) = 253+33+23=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2117 is #02DEE8. Grayscale: #616161. Windows color (decimal): -188137 or 1516029. OLE color: 1516029.

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

Color convert

RGB 253 33 23 -
CMYK 0 0.87 0.91 0.01
HSL 2.61º 0.98% 0.54% -
HSV(B) 2.61º 0.91% 0.99% -
XYZ 41.21 22.03 2.89 -
YUV 97.64 85.89 238.81 -
System Red Green Blue C M Y K H S L
Decimal 253 33 23 0 0.87 0.91 0.01 2.61 0.98 0.54
Hex FD 21 17 0 57 5B 1 3 62 36
Octal 375 41 27 0 127 133 1 3 142 66
Binary 11111101 100001 10111 0 1010111 1011011 1 11 1100010 110110

Color Harmonies of #FD2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2117

Black with #FD2117

Text Example


Text Example

White with #FD2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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