Html Css Color HEX #FD170E Scarlet

📋 copy color: '#FD170E'

red 253 ◦ green 23 ◦ blue 14

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

Shades of Scarlet #FD170E

Tints of Scarlet #FD170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 87.24%
G = 7.93%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD170E (or 0xFD170E) is known color: Scarlet. HEX triplet: FD, 17 and 0E. RGB value is (253,23,14). Sum of RGB (Red+Green+Blue) = 253+23+14=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD170E is #02E8F1. Grayscale: #5B5B5B. Windows color (decimal): -190706 or 923645. OLE color: 923645.

HSL color Cylindrical-coordinate representation of color #FD170E: hue angle of 2.26º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD170E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 23 14 -
CMYK 0 0.91 0.94 0.01
HSL 2.26º 0.98% 0.52% -
HSV(B) 2.26º 0.94% 0.99% -
XYZ 40.89 21.53 2.42 -
YUV 90.74 84.7 243.73 -
System Red Green Blue C M Y K H S L
Decimal 253 23 14 0 0.91 0.94 0.01 2.26 0.98 0.52
Hex FD 17 E 0 5B 5E 1 2 62 34
Octal 375 27 16 0 133 136 1 2 142 64
Binary 11111101 10111 1110 0 1011011 1011110 1 10 1100010 110100

Color Harmonies of #FD170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD170E

Black with #FD170E

Text Example


Text Example

White with #FD170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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