Html Css Color HEX #FD3417 Scarlet

📋 copy color: '#FD3417'

red 253 ◦ green 52 ◦ blue 23

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

Shades of Scarlet #FD3417

Tints of Scarlet #FD3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 77.13%
G = 15.85%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD3417 (or 0xFD3417) is known color: Scarlet. HEX triplet: FD, 34 and 17. RGB value is (253,52,23). Sum of RGB (Red+Green+Blue) = 253+52+23=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3417 is #02CBE8. Grayscale: #6D6D6D. Windows color (decimal): -183273 or 1520893. OLE color: 1520893.

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

Color convert

RGB 253 52 23 -
CMYK 0 0.79 0.91 0.01
HSL 7.57º 0.98% 0.54% -
HSV(B) 7.57º 0.91% 0.99% -
XYZ 41.89 23.4 3.12 -
YUV 108.79 79.59 230.86 -
System Red Green Blue C M Y K H S L
Decimal 253 52 23 0 0.79 0.91 0.01 7.57 0.98 0.54
Hex FD 34 17 0 4F 5B 1 8 62 36
Octal 375 64 27 0 117 133 1 10 142 66
Binary 11111101 110100 10111 0 1001111 1011011 1 1000 1100010 110110

Color Harmonies of #FD3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3417

Black with #FD3417

Text Example


Text Example

White with #FD3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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