Html Css Color HEX #FA3112 Scarlet

📋 copy color: '#FA3112'

red 250 ◦ green 49 ◦ blue 18

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

Shades of Scarlet #FA3112

Tints of Scarlet #FA3112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 78.86%
G = 15.46%
B = 5.68%

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

#FA3112 (or 0xFA3112) is known color: Scarlet. HEX triplet: FA, 31 and 12. RGB value is (250,49,18). Sum of RGB (Red+Green+Blue) = 250+49+18=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3112 is #05CEED. Grayscale: #696969. Windows color (decimal): -380654 or 1192442. OLE color: 1192442.

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

Color convert

RGB 250 49 18 -
CMYK 0 0.80 0.93 0.02
HSL 8.02º 0.96% 0.53% -
HSV(B) 8.02º 0.93% 0.98% -
XYZ 40.63 22.56 2.79 -
YUV 105.57 78.59 231.02 -
System Red Green Blue C M Y K H S L
Decimal 250 49 18 0 0.80 0.93 0.02 8.02 0.96 0.53
Hex FA 31 12 0 50 5D 2 8 60 35
Octal 372 61 22 0 120 135 2 10 140 65
Binary 11111010 110001 10010 0 1010000 1011101 10 1000 1100000 110101

Color Harmonies of #FA3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3112

Black with #FA3112

Text Example


Text Example

White with #FA3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3112; }

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

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

background-color css

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

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

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

border-color css

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

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

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