Html Css Color HEX #FF1401 Scarlet

📋 copy color: '#FF1401'

red 255 ◦ green 20 ◦ blue 1

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

Shades of Scarlet #FF1401

Tints of Scarlet #FF1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 92.39%
G = 7.25%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF1401 (or 0xFF1401) is known color: Scarlet. HEX triplet: FF, 14 and 01. RGB value is (255,20,1). Sum of RGB (Red+Green+Blue) = 255+20+1=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1401 is #00EBFE. Grayscale: #585858. Windows color (decimal): -60415 or 70911. OLE color: 70911.

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

Color convert

RGB 255 20 1 -
CMYK 0 0.92 1.00 0
HSL 4.49º 1% 0.5% -
HSV(B) 4.49º 1% 1% -
XYZ 41.5 21.76 2.04 -
YUV 88.1 78.86 247.04 -
System Red Green Blue C M Y K H S L
Decimal 255 20 1 0 0.92 1.00 0 4.49 1 0.5
Hex FF 14 1 0 5C 64 0 4 64 32
Octal 377 24 1 0 134 144 0 4 144 62
Binary 11111111 10100 1 0 1011100 1100100 0 100 1100100 110010

Color Harmonies of #FF1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1401

Black with #FF1401

Text Example


Text Example

White with #FF1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1401; }

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

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

background-color css

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

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

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

border-color css

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

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

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