Html Css Color HEX #FA310D Scarlet

📋 copy color: '#FA310D'

red 250 ◦ green 49 ◦ blue 13

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

Shades of Scarlet #FA310D

Tints of Scarlet #FA310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 80.13%
G = 15.71%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA310D (or 0xFA310D) is known color: Scarlet. HEX triplet: FA, 31 and 0D. RGB value is (250,49,13). Sum of RGB (Red+Green+Blue) = 250+49+13=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA310D is #05CEF2. Grayscale: #696969. Windows color (decimal): -380659 or 864762. OLE color: 864762.

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

Color convert

RGB 250 49 13 -
CMYK 0 0.80 0.95 0.02
HSL 9.11º 0.96% 0.52% -
HSV(B) 9.11º 0.95% 0.98% -
XYZ 40.6 22.55 2.59 -
YUV 105 76.09 231.43 -
System Red Green Blue C M Y K H S L
Decimal 250 49 13 0 0.80 0.95 0.02 9.11 0.96 0.52
Hex FA 31 D 0 50 5F 2 9 60 34
Octal 372 61 15 0 120 137 2 11 140 64
Binary 11111010 110001 1101 0 1010000 1011111 10 1001 1100000 110100

Color Harmonies of #FA310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA310D

Black with #FA310D

Text Example


Text Example

White with #FA310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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