Html Css Color HEX #FA3111 Scarlet

📋 copy color: '#FA3111'

red 250 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #FA3111

Tints of Scarlet #FA3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 79.11%
G = 15.51%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3111 (or 0xFA3111) is known color: Scarlet. HEX triplet: FA, 31 and 11. RGB value is (250,49,17). Sum of RGB (Red+Green+Blue) = 250+49+17=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3111 is #05CEEE. Grayscale: #696969. Windows color (decimal): -380655 or 1126906. OLE color: 1126906.

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

Color convert

RGB 250 49 17 -
CMYK 0 0.80 0.93 0.02
HSL 8.24º 0.96% 0.52% -
HSV(B) 8.24º 0.93% 0.98% -
XYZ 40.62 22.56 2.74 -
YUV 105.45 78.09 231.1 -
System Red Green Blue C M Y K H S L
Decimal 250 49 17 0 0.80 0.93 0.02 8.24 0.96 0.52
Hex FA 31 11 0 50 5D 2 8 60 34
Octal 372 61 21 0 120 135 2 10 140 64
Binary 11111010 110001 10001 0 1010000 1011101 10 1000 1100000 110100

Color Harmonies of #FA3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3111

Black with #FA3111

Text Example


Text Example

White with #FA3111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3111; }

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

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

background-color css

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

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

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

border-color css

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

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

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