Html Css Color HEX #FA1609 Scarlet

📋 copy color: '#FA1609'

red 250 ◦ green 22 ◦ blue 9

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

Shades of Scarlet #FA1609

Tints of Scarlet #FA1609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 88.97%
G = 7.83%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA1609 (or 0xFA1609) is known color: Scarlet. HEX triplet: FA, 16 and 09. RGB value is (250,22,9). Sum of RGB (Red+Green+Blue) = 250+22+9=281 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.97% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1609 is #05E9F6. Grayscale: #585858. Windows color (decimal): -387575 or 595706. OLE color: 595706.

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

Color convert

RGB 250 22 9 -
CMYK 0 0.91 0.96 0.02
HSL 3.24º 0.96% 0.51% -
HSV(B) 3.24º 0.96% 0.98% -
XYZ 39.76 20.92 2.2 -
YUV 88.69 83.04 243.06 -
System Red Green Blue C M Y K H S L
Decimal 250 22 9 0 0.91 0.96 0.02 3.24 0.96 0.51
Hex FA 16 9 0 5B 60 2 3 60 33
Octal 372 26 11 0 133 140 2 3 140 63
Binary 11111010 10110 1001 0 1011011 1100000 10 11 1100000 110011

Color Harmonies of #FA1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1609

Black with #FA1609

Text Example


Text Example

White with #FA1609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1609; }

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

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

background-color css

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

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

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

border-color css

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

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

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