Html Css Color HEX #FA3115 Scarlet

📋 copy color: '#FA3115'

red 250 ◦ green 49 ◦ blue 21

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

Shades of Scarlet #FA3115

Tints of Scarlet #FA3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 78.13%
G = 15.31%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3115 (or 0xFA3115) is known color: Scarlet. HEX triplet: FA, 31 and 15. RGB value is (250,49,21). Sum of RGB (Red+Green+Blue) = 250+49+21=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3115 is #05CEEA. Grayscale: #6A6A6A. Windows color (decimal): -380651 or 1389050. OLE color: 1389050.

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

Color convert

RGB 250 49 21 -
CMYK 0 0.80 0.92 0.02
HSL 7.34º 0.96% 0.53% -
HSV(B) 7.34º 0.92% 0.98% -
XYZ 40.66 22.57 2.92 -
YUV 105.91 80.09 230.78 -
System Red Green Blue C M Y K H S L
Decimal 250 49 21 0 0.80 0.92 0.02 7.34 0.96 0.53
Hex FA 31 15 0 50 5C 2 7 60 35
Octal 372 61 25 0 120 134 2 7 140 65
Binary 11111010 110001 10101 0 1010000 1011100 10 111 1100000 110101

Color Harmonies of #FA3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3115

Black with #FA3115

Text Example


Text Example

White with #FA3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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