Html Css Color HEX #FA1611 Scarlet

📋 copy color: '#FA1611'

red 250 ◦ green 22 ◦ blue 17

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

Shades of Scarlet #FA1611

Tints of Scarlet #FA1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

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

R = 86.51%
G = 7.61%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA1611 (or 0xFA1611) is known color: Scarlet. HEX triplet: FA, 16 and 11. RGB value is (250,22,17). Sum of RGB (Red+Green+Blue) = 250+22+17=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1611 is #05E9EE. Grayscale: #595959. Windows color (decimal): -387567 or 1119994. OLE color: 1119994.

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

Color convert

RGB 250 22 17 -
CMYK 0 0.91 0.93 0.02
HSL 1.29º 0.96% 0.52% -
HSV(B) 1.29º 0.93% 0.98% -
XYZ 39.81 20.94 2.47 -
YUV 89.6 87.04 242.41 -
System Red Green Blue C M Y K H S L
Decimal 250 22 17 0 0.91 0.93 0.02 1.29 0.96 0.52
Hex FA 16 11 0 5B 5D 2 1 60 34
Octal 372 26 21 0 133 135 2 1 140 64
Binary 11111010 10110 10001 0 1011011 1011101 10 1 1100000 110100

Color Harmonies of #FA1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1611

Black with #FA1611

Text Example


Text Example

White with #FA1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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