Html Css Color HEX #FD2517 Scarlet

📋 copy color: '#FD2517'

red 253 ◦ green 37 ◦ blue 23

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

Shades of Scarlet #FD2517

Tints of Scarlet #FD2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 80.83%
G = 11.82%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD2517 (or 0xFD2517) is known color: Scarlet. HEX triplet: FD, 25 and 17. RGB value is (253,37,23). Sum of RGB (Red+Green+Blue) = 253+37+23=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2517 is #02DAE8. Grayscale: #646464. Windows color (decimal): -187113 or 1517053. OLE color: 1517053.

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

Color convert

RGB 253 37 23 -
CMYK 0 0.85 0.91 0.01
HSL 3.65º 0.98% 0.54% -
HSV(B) 3.65º 0.91% 0.99% -
XYZ 41.32 22.27 2.93 -
YUV 99.99 84.56 237.14 -
System Red Green Blue C M Y K H S L
Decimal 253 37 23 0 0.85 0.91 0.01 3.65 0.98 0.54
Hex FD 25 17 0 55 5B 1 4 62 36
Octal 375 45 27 0 125 133 1 4 142 66
Binary 11111101 100101 10111 0 1010101 1011011 1 100 1100010 110110

Color Harmonies of #FD2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2517

Black with #FD2517

Text Example


Text Example

White with #FD2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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