Html Css Color HEX #FA1717 Scarlet

📋 copy color: '#FA1717'

red 250 ◦ green 23 ◦ blue 23

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

Shades of Scarlet #FA1717

Tints of Scarlet #FA1717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.77%

R = 84.46%
G = 7.77%
B = 7.77%

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

#FA1717 (or 0xFA1717) is known color: Scarlet. HEX triplet: FA, 17 and 17. RGB value is (250,23,23). Sum of RGB (Red+Green+Blue) = 250+23+23=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1717 is #05E8E8. Grayscale: #5B5B5B. Windows color (decimal): -387305 or 1513466. OLE color: 1513466.

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

Color convert

RGB 250 23 23 -
CMYK 0 0.91 0.91 0.02
HSL 0.96% 0.54% -
HSV(B) 0.91% 0.98% -
XYZ 39.89 21 2.76 -
YUV 90.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 250 23 23 0 0.91 0.91 0.02 0 0.96 0.54
Hex FA 17 17 0 5B 5B 2 0 60 36
Octal 372 27 27 0 133 133 2 0 140 66
Binary 11111010 10111 10111 0 1011011 1011011 10 0 1100000 110110

Color Harmonies of #FA1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1717

Black with #FA1717

Text Example


Text Example

White with #FA1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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