Html Css Color HEX #FA2814 Scarlet

📋 copy color: '#FA2814'

red 250 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #FA2814

Tints of Scarlet #FA2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 80.65%
G = 12.9%
B = 6.45%

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

#FA2814 (or 0xFA2814) is known color: Scarlet. HEX triplet: FA, 28 and 14. RGB value is (250,40,20). Sum of RGB (Red+Green+Blue) = 250+40+20=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2814 is #05D7EB. Grayscale: #646464. Windows color (decimal): -382956 or 1321210. OLE color: 1321210.

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

Color convert

RGB 250 40 20 -
CMYK 0 0.84 0.92 0.02
HSL 5.22º 0.96% 0.53% -
HSV(B) 5.22º 0.92% 0.98% -
XYZ 40.31 21.89 2.76 -
YUV 100.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 250 40 20 0 0.84 0.92 0.02 5.22 0.96 0.53
Hex FA 28 14 0 54 5C 2 5 60 35
Octal 372 50 24 0 124 134 2 5 140 65
Binary 11111010 101000 10100 0 1010100 1011100 10 101 1100000 110101

Color Harmonies of #FA2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2814

Black with #FA2814

Text Example


Text Example

White with #FA2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2814; }

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

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

background-color css

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

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

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

border-color css

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

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

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