Html Css Color HEX #FA2716 Scarlet

📋 copy color: '#FA2716'

red 250 ◦ green 39 ◦ blue 22

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

Shades of Scarlet #FA2716

Tints of Scarlet #FA2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 80.39%
G = 12.54%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2716 (or 0xFA2716) is known color: Scarlet. HEX triplet: FA, 27 and 16. RGB value is (250,39,22). Sum of RGB (Red+Green+Blue) = 250+39+22=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2716 is #05D8E9. Grayscale: #646464. Windows color (decimal): -383210 or 1452026. OLE color: 1452026.

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

Color convert

RGB 250 39 22 -
CMYK 0 0.84 0.91 0.02
HSL 4.47º 0.96% 0.53% -
HSV(B) 4.47º 0.91% 0.98% -
XYZ 40.29 21.83 2.85 -
YUV 100.15 83.9 234.88 -
System Red Green Blue C M Y K H S L
Decimal 250 39 22 0 0.84 0.91 0.02 4.47 0.96 0.53
Hex FA 27 16 0 54 5B 2 4 60 35
Octal 372 47 26 0 124 133 2 4 140 65
Binary 11111010 100111 10110 0 1010100 1011011 10 100 1100000 110101

Color Harmonies of #FA2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2716

Black with #FA2716

Text Example


Text Example

White with #FA2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2716; }

 p { color: rgb(250,39,22); }

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

background-color css

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

 a { background-color: rgb(250,39,22); }

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

border-color css

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

 span { border-color: rgb(250,39,22); }

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