Html Css Color HEX #FA1701 Scarlet

📋 copy color: '#FA1701'

red 250 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #FA1701

Tints of Scarlet #FA1701

RGB

 RED value IS 250 (98.05% from 255) = 91.24%

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

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

R = 91.24%
G = 8.39%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA1701 (or 0xFA1701) is known color: Scarlet. HEX triplet: FA, 17 and 01. RGB value is (250,23,1). Sum of RGB (Red+Green+Blue) = 250+23+1=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1701 is #05E8FE. Grayscale: #585858. Windows color (decimal): -387327 or 71674. OLE color: 71674.

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

Color convert

RGB 250 23 1 -
CMYK 0 0.91 1.00 0.02
HSL 5.3º 0.99% 0.49% -
HSV(B) 5.3º 1% 0.98% -
XYZ 39.74 20.94 1.98 -
YUV 88.37 78.71 243.29 -
System Red Green Blue C M Y K H S L
Decimal 250 23 1 0 0.91 1.00 0.02 5.3 0.99 0.49
Hex FA 17 1 0 5B 64 2 5 63 31
Octal 372 27 1 0 133 144 2 5 143 61
Binary 11111010 10111 1 0 1011011 1100100 10 101 1100011 110001

Color Harmonies of #FA1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1701

Black with #FA1701

Text Example


Text Example

White with #FA1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1701; }

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

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

background-color css

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

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

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

border-color css

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

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

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