Html Css Color HEX #FA1911 Scarlet

📋 copy color: '#FA1911'

red 250 ◦ green 25 ◦ blue 17

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

Shades of Scarlet #FA1911

Tints of Scarlet #FA1911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 85.62%
G = 8.56%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA1911 (or 0xFA1911) is known color: Scarlet. HEX triplet: FA, 19 and 11. RGB value is (250,25,17). Sum of RGB (Red+Green+Blue) = 250+25+17=292 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.62% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1911 is #05E6EE. Grayscale: #5B5B5B. Windows color (decimal): -386799 or 1120762. OLE color: 1120762.

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

Color convert

RGB 250 25 17 -
CMYK 0 0.9 0.93 0.02
HSL 2.06º 0.96% 0.52% -
HSV(B) 2.06º 0.93% 0.98% -
XYZ 39.87 21.06 2.49 -
YUV 91.36 86.04 241.15 -
System Red Green Blue C M Y K H S L
Decimal 250 25 17 0 0.9 0.93 0.02 2.06 0.96 0.52
Hex FA 19 11 0 5A 5D 2 2 60 34
Octal 372 31 21 0 132 135 2 2 140 64
Binary 11111010 11001 10001 0 1011010 1011101 10 10 1100000 110100

Color Harmonies of #FA1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1911

Black with #FA1911

Text Example


Text Example

White with #FA1911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1911; }

 p { color: rgb(250,25,17); }

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

background-color css

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

 a { background-color: rgb(250,25,17); }

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

border-color css

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

 span { border-color: rgb(250,25,17); }

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