Html Css Color HEX #FA1705 Scarlet

📋 copy color: '#FA1705'

red 250 ◦ green 23 ◦ blue 5

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

Shades of Scarlet #FA1705

Tints of Scarlet #FA1705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 89.93%
G = 8.27%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1705 (or 0xFA1705) is known color: Scarlet. HEX triplet: FA, 17 and 05. RGB value is (250,23,5). Sum of RGB (Red+Green+Blue) = 250+23+5=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1705 is #05E8FA. Grayscale: #595959. Windows color (decimal): -387323 or 333818. OLE color: 333818.

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

Color convert

RGB 250 23 5 -
CMYK 0 0.91 0.98 0.02
HSL 4.41º 0.96% 0.5% -
HSV(B) 4.41º 0.98% 0.98% -
XYZ 39.76 20.95 2.09 -
YUV 88.82 80.71 242.96 -
System Red Green Blue C M Y K H S L
Decimal 250 23 5 0 0.91 0.98 0.02 4.41 0.96 0.5
Hex FA 17 5 0 5B 62 2 4 60 32
Octal 372 27 5 0 133 142 2 4 140 62
Binary 11111010 10111 101 0 1011011 1100010 10 100 1100000 110010

Color Harmonies of #FA1705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1705

Black with #FA1705

Text Example


Text Example

White with #FA1705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1705; }

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

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

background-color css

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

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

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

border-color css

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

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

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