Html Css Color HEX #FA1410 Scarlet

📋 copy color: '#FA1410'

red 250 ◦ green 20 ◦ blue 16

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

Shades of Scarlet #FA1410

Tints of Scarlet #FA1410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 87.41%
G = 6.99%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA1410 (or 0xFA1410) is known color: Scarlet. HEX triplet: FA, 14 and 10. RGB value is (250,20,16). Sum of RGB (Red+Green+Blue) = 250+20+16=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1410 is #05EBEF. Grayscale: #585858. Windows color (decimal): -388080 or 1053946. OLE color: 1053946.

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

Color convert

RGB 250 20 16 -
CMYK 0 0.92 0.94 0.02
HSL 1.03º 0.96% 0.52% -
HSV(B) 1.03º 0.94% 0.98% -
XYZ 39.77 20.86 2.42 -
YUV 88.31 87.2 243.33 -
System Red Green Blue C M Y K H S L
Decimal 250 20 16 0 0.92 0.94 0.02 1.03 0.96 0.52
Hex FA 14 10 0 5C 5E 2 1 60 34
Octal 372 24 20 0 134 136 2 1 140 64
Binary 11111010 10100 10000 0 1011100 1011110 10 1 1100000 110100

Color Harmonies of #FA1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1410

Black with #FA1410

Text Example


Text Example

White with #FA1410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1410; }

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

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

background-color css

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

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

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

border-color css

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

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

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