Html Css Color HEX #FA1707 Scarlet

📋 copy color: '#FA1707'

red 250 ◦ green 23 ◦ blue 7

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

Shades of Scarlet #FA1707

Tints of Scarlet #FA1707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 89.29%
G = 8.21%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA1707 (or 0xFA1707) is known color: Scarlet. HEX triplet: FA, 17 and 07. RGB value is (250,23,7). Sum of RGB (Red+Green+Blue) = 250+23+7=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1707 is #05E8F8. Grayscale: #595959. Windows color (decimal): -387321 or 464890. OLE color: 464890.

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

Color convert

RGB 250 23 7 -
CMYK 0 0.91 0.97 0.02
HSL 3.95º 0.96% 0.5% -
HSV(B) 3.95º 0.97% 0.98% -
XYZ 39.77 20.95 2.15 -
YUV 89.05 81.71 242.8 -
System Red Green Blue C M Y K H S L
Decimal 250 23 7 0 0.91 0.97 0.02 3.95 0.96 0.5
Hex FA 17 7 0 5B 61 2 4 60 32
Octal 372 27 7 0 133 141 2 4 140 62
Binary 11111010 10111 111 0 1011011 1100001 10 100 1100000 110010

Color Harmonies of #FA1707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1707

Black with #FA1707

Text Example


Text Example

White with #FA1707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1707; }

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

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

background-color css

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

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

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

border-color css

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

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

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