Html Css Color HEX #FF1301 Scarlet

📋 copy color: '#FF1301'

red 255 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #FF1301

Tints of Scarlet #FF1301

RGB

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

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

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

R = 92.73%
G = 6.91%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF1301 (or 0xFF1301) is known color: Scarlet. HEX triplet: FF, 13 and 01. RGB value is (255,19,1). Sum of RGB (Red+Green+Blue) = 255+19+1=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1301 is #00ECFE. Grayscale: #575757. Windows color (decimal): -60671 or 70655. OLE color: 70655.

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

Color convert

RGB 255 19 1 -
CMYK 0 0.93 1.00 0
HSL 4.25º 1% 0.5% -
HSV(B) 4.25º 1% 1% -
XYZ 41.48 21.73 2.04 -
YUV 87.51 79.19 247.46 -
System Red Green Blue C M Y K H S L
Decimal 255 19 1 0 0.93 1.00 0 4.25 1 0.5
Hex FF 13 1 0 5D 64 0 4 64 32
Octal 377 23 1 0 135 144 0 4 144 62
Binary 11111111 10011 1 0 1011101 1100100 0 100 1100100 110010

Color Harmonies of #FF1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1301

Black with #FF1301

Text Example


Text Example

White with #FF1301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1301; }

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

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

background-color css

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

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

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

border-color css

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

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

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