Html Css Color HEX #FD1714 Scarlet

📋 copy color: '#FD1714'

red 253 ◦ green 23 ◦ blue 20

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

Shades of Scarlet #FD1714

Tints of Scarlet #FD1714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 85.47%
G = 7.77%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1714 (or 0xFD1714) is known color: Scarlet. HEX triplet: FD, 17 and 14. RGB value is (253,23,20). Sum of RGB (Red+Green+Blue) = 253+23+20=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1714 is #02E8EB. Grayscale: #5B5B5B. Windows color (decimal): -190700 or 1316861. OLE color: 1316861.

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

Color convert

RGB 253 23 20 -
CMYK 0 0.91 0.92 0.01
HSL 0.77º 0.98% 0.54% -
HSV(B) 0.77º 0.92% 0.99% -
XYZ 40.94 21.55 2.66 -
YUV 91.43 87.7 243.24 -
System Red Green Blue C M Y K H S L
Decimal 253 23 20 0 0.91 0.92 0.01 0.77 0.98 0.54
Hex FD 17 14 0 5B 5C 1 1 62 36
Octal 375 27 24 0 133 134 1 1 142 66
Binary 11111101 10111 10100 0 1011011 1011100 1 1 1100010 110110

Color Harmonies of #FD1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1714

Black with #FD1714

Text Example


Text Example

White with #FD1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1714; }

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

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

background-color css

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

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

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

border-color css

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

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

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