Html Css Color HEX #FD1500 Scarlet

📋 copy color: '#FD1500'

red 253 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #FD1500

Tints of Scarlet #FD1500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 92.34%
G = 7.66%
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

#FD1500 (or 0xFD1500) is known color: Scarlet. HEX triplet: FD, 15 and 00. RGB value is (253,21,0). Sum of RGB (Red+Green+Blue) = 253+21+0=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1500 is #02EAFF. Grayscale: #585858. Windows color (decimal): -191232 or 5629. OLE color: 5629.

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

Color convert

RGB 253 21 0 -
CMYK 0 0.92 1 0.01
HSL 4.98º 1% 0.5% -
HSV(B) 4.98º 1% 0.99% -
XYZ 40.78 21.42 1.99 -
YUV 87.97 78.36 245.71 -
System Red Green Blue C M Y K H S L
Decimal 253 21 0 0 0.92 1 0.01 4.98 1 0.5
Hex FD 15 0 0 5C 64 1 5 64 32
Octal 375 25 0 0 134 144 1 5 144 62
Binary 11111101 10101 0 0 1011100 1100100 1 101 1100100 110010

Color Harmonies of #FD1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1500

Black with #FD1500

Text Example


Text Example

White with #FD1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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