Html Css Color HEX #FA2701 Scarlet

📋 copy color: '#FA2701'

red 250 ◦ green 39 ◦ blue 1

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

Shades of Scarlet #FA2701

Tints of Scarlet #FA2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

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

R = 86.21%
G = 13.45%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA2701 (or 0xFA2701) is known color: Scarlet. HEX triplet: FA, 27 and 01. RGB value is (250,39,1). Sum of RGB (Red+Green+Blue) = 250+39+1=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2701 is #05D8FE. Grayscale: #626262. Windows color (decimal): -383231 or 75770. OLE color: 75770.

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

Color convert

RGB 250 39 1 -
CMYK 0 0.84 1.00 0.02
HSL 9.16º 0.99% 0.49% -
HSV(B) 9.16º 1% 0.98% -
XYZ 40.16 21.78 2.12 -
YUV 97.76 73.4 236.59 -
System Red Green Blue C M Y K H S L
Decimal 250 39 1 0 0.84 1.00 0.02 9.16 0.99 0.49
Hex FA 27 1 0 54 64 2 9 63 31
Octal 372 47 1 0 124 144 2 11 143 61
Binary 11111010 100111 1 0 1010100 1100100 10 1001 1100011 110001

Color Harmonies of #FA2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2701

Black with #FA2701

Text Example


Text Example

White with #FA2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2701; }

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

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

background-color css

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

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

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

border-color css

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

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

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