Html Css Color HEX #FA1715 Scarlet

📋 copy color: '#FA1715'

red 250 ◦ green 23 ◦ blue 21

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

Shades of Scarlet #FA1715

Tints of Scarlet #FA1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 85.03%
G = 7.82%
B = 7.14%

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

#FA1715 (or 0xFA1715) is known color: Scarlet. HEX triplet: FA, 17 and 15. RGB value is (250,23,21). Sum of RGB (Red+Green+Blue) = 250+23+21=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1715 is #05E8EA. Grayscale: #5A5A5A. Windows color (decimal): -387307 or 1382394. OLE color: 1382394.

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

Color convert

RGB 250 23 21 -
CMYK 0 0.91 0.92 0.02
HSL 0.52º 0.96% 0.53% -
HSV(B) 0.52º 0.92% 0.98% -
XYZ 39.87 20.99 2.66 -
YUV 90.65 88.71 241.66 -
System Red Green Blue C M Y K H S L
Decimal 250 23 21 0 0.91 0.92 0.02 0.52 0.96 0.53
Hex FA 17 15 0 5B 5C 2 1 60 35
Octal 372 27 25 0 133 134 2 1 140 65
Binary 11111010 10111 10101 0 1011011 1011100 10 1 1100000 110101

Color Harmonies of #FA1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1715

Black with #FA1715

Text Example


Text Example

White with #FA1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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