Html Css Color HEX #FA2914 Scarlet

📋 copy color: '#FA2914'

red 250 ◦ green 41 ◦ blue 20

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

Shades of Scarlet #FA2914

Tints of Scarlet #FA2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 80.39%
G = 13.18%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA2914 (or 0xFA2914) is known color: Scarlet. HEX triplet: FA, 29 and 14. RGB value is (250,41,20). Sum of RGB (Red+Green+Blue) = 250+41+20=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2914 is #05D6EB. Grayscale: #656565. Windows color (decimal): -382700 or 1321466. OLE color: 1321466.

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

Color convert

RGB 250 41 20 -
CMYK 0 0.84 0.92 0.02
HSL 5.48º 0.96% 0.53% -
HSV(B) 5.48º 0.92% 0.98% -
XYZ 40.34 21.96 2.77 -
YUV 101.1 82.24 234.21 -
System Red Green Blue C M Y K H S L
Decimal 250 41 20 0 0.84 0.92 0.02 5.48 0.96 0.53
Hex FA 29 14 0 54 5C 2 5 60 35
Octal 372 51 24 0 124 134 2 5 140 65
Binary 11111010 101001 10100 0 1010100 1011100 10 101 1100000 110101

Color Harmonies of #FA2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2914

Black with #FA2914

Text Example


Text Example

White with #FA2914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2914; }

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

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

background-color css

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

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

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

border-color css

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

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

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