Html Css Color HEX #FD1400 Scarlet

📋 copy color: '#FD1400'

red 253 ◦ green 20 ◦ blue 0

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

Shades of Scarlet #FD1400

Tints of Scarlet #FD1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 92.67%
G = 7.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1400 (or 0xFD1400) is known color: Scarlet. HEX triplet: FD, 14 and 00. RGB value is (253,20,0). Sum of RGB (Red+Green+Blue) = 253+20+0=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1400 is #02EBFF. Grayscale: #575757. Windows color (decimal): -191488 or 5373. OLE color: 5373.

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

Color convert

RGB 253 20 0 -
CMYK 0 0.92 1 0.01
HSL 4.74º 1% 0.5% -
HSV(B) 4.74º 1% 0.99% -
XYZ 40.76 21.38 1.98 -
YUV 87.39 78.69 246.13 -
System Red Green Blue C M Y K H S L
Decimal 253 20 0 0 0.92 1 0.01 4.74 1 0.5
Hex FD 14 0 0 5C 64 1 5 64 32
Octal 375 24 0 0 134 144 1 5 144 62
Binary 11111101 10100 0 0 1011100 1100100 1 101 1100100 110010

Color Harmonies of #FD1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1400

Black with #FD1400

Text Example


Text Example

White with #FD1400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1400; }

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

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

background-color css

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

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

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

border-color css

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

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

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