Html Css Color HEX #FD1700 Scarlet

📋 copy color: '#FD1700'

red 253 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #FD1700

Tints of Scarlet #FD1700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.67%
G = 8.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1700 (or 0xFD1700) is known color: Scarlet. HEX triplet: FD, 17 and 00. RGB value is (253,23,0). Sum of RGB (Red+Green+Blue) = 253+23+0=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1700 is #02E8FF. Grayscale: #595959. Windows color (decimal): -190720 or 6141. OLE color: 6141.

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

Color convert

RGB 253 23 0 -
CMYK 0 0.91 1 0.01
HSL 5.45º 1% 0.5% -
HSV(B) 5.45º 1% 0.99% -
XYZ 40.81 21.5 2 -
YUV 89.15 77.7 244.87 -
System Red Green Blue C M Y K H S L
Decimal 253 23 0 0 0.91 1 0.01 5.45 1 0.5
Hex FD 17 0 0 5B 64 1 5 64 32
Octal 375 27 0 0 133 144 1 5 144 62
Binary 11111101 10111 0 0 1011011 1100100 1 101 1100100 110010

Color Harmonies of #FD1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1700

Black with #FD1700

Text Example


Text Example

White with #FD1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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