Html Css Color HEX #FF1701 Scarlet

📋 copy color: '#FF1701'

red 255 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #FF1701

Tints of Scarlet #FF1701

RGB

 RED value IS 255 (100% from 255) = 91.4%

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

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

R = 91.4%
G = 8.24%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF1701 (or 0xFF1701) is known color: Scarlet. HEX triplet: FF, 17 and 01. RGB value is (255,23,1). Sum of RGB (Red+Green+Blue) = 255+23+1=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1701 is #00E8FE. Grayscale: #5A5A5A. Windows color (decimal): -59647 or 71679. OLE color: 71679.

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

Color convert

RGB 255 23 1 -
CMYK 0 0.91 1.00 0
HSL 5.2º 1% 0.5% -
HSV(B) 5.2º 1% 1% -
XYZ 41.55 21.87 2.06 -
YUV 89.86 77.86 245.79 -
System Red Green Blue C M Y K H S L
Decimal 255 23 1 0 0.91 1.00 0 5.2 1 0.5
Hex FF 17 1 0 5B 64 0 5 64 32
Octal 377 27 1 0 133 144 0 5 144 62
Binary 11111111 10111 1 0 1011011 1100100 0 101 1100100 110010

Color Harmonies of #FF1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1701

Black with #FF1701

Text Example


Text Example

White with #FF1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1701; }

 p { color: rgb(255,23,1); }

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

background-color css

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

 a { background-color: rgb(255,23,1); }

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

border-color css

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

 span { border-color: rgb(255,23,1); }

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