Html Css Color HEX #FA1616 Scarlet

📋 copy color: '#FA1616'

red 250 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #FA1616

Tints of Scarlet #FA1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 85.03%
G = 7.48%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1616 (or 0xFA1616) is known color: Scarlet. HEX triplet: FA, 16 and 16. RGB value is (250,22,22). Sum of RGB (Red+Green+Blue) = 250+22+22=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1616 is #05E9E9. Grayscale: #5A5A5A. Windows color (decimal): -387562 or 1447674. OLE color: 1447674.

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

Color convert

RGB 250 22 22 -
CMYK 0 0.91 0.91 0.02
HSL 0.96% 0.53% -
HSV(B) 0.91% 0.98% -
XYZ 39.86 20.96 2.7 -
YUV 90.17 89.54 242 -
System Red Green Blue C M Y K H S L
Decimal 250 22 22 0 0.91 0.91 0.02 0 0.96 0.53
Hex FA 16 16 0 5B 5B 2 0 60 35
Octal 372 26 26 0 133 133 2 0 140 65
Binary 11111010 10110 10110 0 1011011 1011011 10 0 1100000 110101

Color Harmonies of #FA1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1616

Black with #FA1616

Text Example


Text Example

White with #FA1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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