Html Css Color HEX #FA1409 Scarlet

📋 copy color: '#FA1409'

red 250 ◦ green 20 ◦ blue 9

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

Shades of Scarlet #FA1409

Tints of Scarlet #FA1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 89.61%
G = 7.17%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA1409 (or 0xFA1409) is known color: Scarlet. HEX triplet: FA, 14 and 09. RGB value is (250,20,9). Sum of RGB (Red+Green+Blue) = 250+20+9=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1409 is #05EBF6. Grayscale: #575757. Windows color (decimal): -388087 or 595194. OLE color: 595194.

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

Color convert

RGB 250 20 9 -
CMYK 0 0.92 0.96 0.02
HSL 2.74º 0.96% 0.51% -
HSV(B) 2.74º 0.96% 0.98% -
XYZ 39.72 20.84 2.19 -
YUV 87.52 83.7 243.89 -
System Red Green Blue C M Y K H S L
Decimal 250 20 9 0 0.92 0.96 0.02 2.74 0.96 0.51
Hex FA 14 9 0 5C 60 2 3 60 33
Octal 372 24 11 0 134 140 2 3 140 63
Binary 11111010 10100 1001 0 1011100 1100000 10 11 1100000 110011

Color Harmonies of #FA1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1409

Black with #FA1409

Text Example


Text Example

White with #FA1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1409; }

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

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

background-color css

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

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

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

border-color css

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

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

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