Html Css Color HEX #FA3514 Scarlet

📋 copy color: '#FA3514'

red 250 ◦ green 53 ◦ blue 20

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

Shades of Scarlet #FA3514

Tints of Scarlet #FA3514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 77.4%
G = 16.41%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3514 (or 0xFA3514) is known color: Scarlet. HEX triplet: FA, 35 and 14. RGB value is (250,53,20). Sum of RGB (Red+Green+Blue) = 250+53+20=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3514 is #05CAEB. Grayscale: #6C6C6C. Windows color (decimal): -379628 or 1324538. OLE color: 1324538.

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

Color convert

RGB 250 53 20 -
CMYK 0 0.79 0.92 0.02
HSL 8.61º 0.96% 0.53% -
HSV(B) 8.61º 0.92% 0.98% -
XYZ 40.82 22.92 2.93 -
YUV 108.14 78.27 229.18 -
System Red Green Blue C M Y K H S L
Decimal 250 53 20 0 0.79 0.92 0.02 8.61 0.96 0.53
Hex FA 35 14 0 4F 5C 2 9 60 35
Octal 372 65 24 0 117 134 2 11 140 65
Binary 11111010 110101 10100 0 1001111 1011100 10 1001 1100000 110101

Color Harmonies of #FA3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3514

Black with #FA3514

Text Example


Text Example

White with #FA3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3514; }

 p { color: rgb(250,53,20); }

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

background-color css

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

 a { background-color: rgb(250,53,20); }

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

border-color css

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

 span { border-color: rgb(250,53,20); }

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