Html Css Color HEX #FA201F Scarlet

📋 copy color: '#FA201F'

red 250 ◦ green 32 ◦ blue 31

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

Shades of Scarlet #FA201F

Tints of Scarlet #FA201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 79.87%
G = 10.22%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA201F (or 0xFA201F) is known color: Scarlet. HEX triplet: FA, 20 and 1F. RGB value is (250,32,31). Sum of RGB (Red+Green+Blue) = 250+32+31=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA201F is #05DFE0. Grayscale: #616161. Windows color (decimal): -384993 or 2040058. OLE color: 2040058.

HSL color Cylindrical-coordinate representation of color #FA201F: hue angle of 0.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA201F is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 32 31 -
CMYK 0 0.87 0.88 0.02
HSL 0.27º 0.96% 0.55% -
HSV(B) 0.27º 0.88% 0.98% -
XYZ 40.19 21.46 3.32 -
YUV 97.07 90.72 237.08 -
System Red Green Blue C M Y K H S L
Decimal 250 32 31 0 0.87 0.88 0.02 0.27 0.96 0.55
Hex FA 20 1F 0 57 58 2 0 60 37
Octal 372 40 37 0 127 130 2 0 140 67
Binary 11111010 100000 11111 0 1010111 1011000 10 0 1100000 110111

Color Harmonies of #FA201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA201F

Black with #FA201F

Text Example


Text Example

White with #FA201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA201F; }

 p { color: rgb(250,32,31); }

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

background-color css

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

 a { background-color: rgb(250,32,31); }

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

border-color css

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

 span { border-color: rgb(250,32,31); }

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