Html Css Color HEX #FD1601 Scarlet

📋 copy color: '#FD1601'

red 253 ◦ green 22 ◦ blue 1

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

Shades of Scarlet #FD1601

Tints of Scarlet #FD1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

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

R = 91.67%
G = 7.97%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD1601 (or 0xFD1601) is known color: Scarlet. HEX triplet: FD, 16 and 01. RGB value is (253,22,1). Sum of RGB (Red+Green+Blue) = 253+22+1=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1601 is #02E9FE. Grayscale: #585858. Windows color (decimal): -190975 or 71421. OLE color: 71421.

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

Color convert

RGB 253 22 1 -
CMYK 0 0.91 1.00 0.01
HSL 0.99% 0.5% -
HSV(B) 1% 0.99% -
XYZ 40.8 21.46 2.02 -
YUV 88.68 78.53 245.21 -
System Red Green Blue C M Y K H S L
Decimal 253 22 1 0 0.91 1.00 0.01 5 0.99 0.5
Hex FD 16 1 0 5B 64 1 5 63 32
Octal 375 26 1 0 133 144 1 5 143 62
Binary 11111101 10110 1 0 1011011 1100100 1 101 1100011 110010

Color Harmonies of #FD1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1601

Black with #FD1601

Text Example


Text Example

White with #FD1601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1601; }

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

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

background-color css

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

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

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

border-color css

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

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

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