Html Css Color HEX #FA1300 Scarlet

📋 copy color: '#FA1300'

red 250 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #FA1300

Tints of Scarlet #FA1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.94%
G = 7.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA1300 (or 0xFA1300) is known color: Scarlet. HEX triplet: FA, 13 and 00. RGB value is (250,19,0). Sum of RGB (Red+Green+Blue) = 250+19+0=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1300 is #05ECFF. Grayscale: #565656. Windows color (decimal): -388352 or 5114. OLE color: 5114.

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

Color convert

RGB 250 19 0 -
CMYK 0 0.92 1 0.02
HSL 4.56º 1% 0.49% -
HSV(B) 4.56º 1% 0.98% -
XYZ 39.66 20.79 1.92 -
YUV 85.9 79.53 245.04 -
System Red Green Blue C M Y K H S L
Decimal 250 19 0 0 0.92 1 0.02 4.56 1 0.49
Hex FA 13 0 0 5C 64 2 5 64 31
Octal 372 23 0 0 134 144 2 5 144 61
Binary 11111010 10011 0 0 1011100 1100100 10 101 1100100 110001

Color Harmonies of #FA1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1300

Black with #FA1300

Text Example


Text Example

White with #FA1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1300; }

 p { color: rgb(250,19,0); }

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

background-color css

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

 a { background-color: rgb(250,19,0); }

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

border-color css

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

 span { border-color: rgb(250,19,0); }

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