Html Css Color HEX #FA1615 Scarlet

📋 copy color: '#FA1615'

red 250 ◦ green 22 ◦ blue 21

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

Shades of Scarlet #FA1615

Tints of Scarlet #FA1615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 85.32%
G = 7.51%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA1615 (or 0xFA1615) is known color: Scarlet. HEX triplet: FA, 16 and 15. RGB value is (250,22,21). Sum of RGB (Red+Green+Blue) = 250+22+21=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1615 is #05E9EA. Grayscale: #5A5A5A. Windows color (decimal): -387563 or 1382138. OLE color: 1382138.

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

Color convert

RGB 250 22 21 -
CMYK 0 0.91 0.92 0.02
HSL 0.26º 0.96% 0.53% -
HSV(B) 0.26º 0.92% 0.98% -
XYZ 39.85 20.95 2.65 -
YUV 90.06 89.04 242.08 -
System Red Green Blue C M Y K H S L
Decimal 250 22 21 0 0.91 0.92 0.02 0.26 0.96 0.53
Hex FA 16 15 0 5B 5C 2 0 60 35
Octal 372 26 25 0 133 134 2 0 140 65
Binary 11111010 10110 10101 0 1011011 1011100 10 0 1100000 110101

Color Harmonies of #FA1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1615

Black with #FA1615

Text Example


Text Example

White with #FA1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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