Html Css Color HEX #FD1301 Scarlet

📋 copy color: '#FD1301'

red 253 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #FD1301

Tints of Scarlet #FD1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 92.67%
G = 6.96%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD1301 (or 0xFD1301) is known color: Scarlet. HEX triplet: FD, 13 and 01. RGB value is (253,19,1). Sum of RGB (Red+Green+Blue) = 253+19+1=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1301 is #02ECFE. Grayscale: #575757. Windows color (decimal): -191743 or 70653. OLE color: 70653.

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

Color convert

RGB 253 19 1 -
CMYK 0 0.92 1.00 0.01
HSL 4.29º 0.99% 0.5% -
HSV(B) 4.29º 1% 0.99% -
XYZ 40.75 21.35 2 -
YUV 86.91 79.52 246.46 -
System Red Green Blue C M Y K H S L
Decimal 253 19 1 0 0.92 1.00 0.01 4.29 0.99 0.5
Hex FD 13 1 0 5C 64 1 4 63 32
Octal 375 23 1 0 134 144 1 4 143 62
Binary 11111101 10011 1 0 1011100 1100100 1 100 1100011 110010

Color Harmonies of #FD1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1301

Black with #FD1301

Text Example


Text Example

White with #FD1301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1301; }

 p { color: rgb(253,19,1); }

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

background-color css

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

 a { background-color: rgb(253,19,1); }

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

border-color css

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

 span { border-color: rgb(253,19,1); }

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