Html Css Color HEX #FA1503 Scarlet

📋 copy color: '#FA1503'

red 250 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #FA1503

Tints of Scarlet #FA1503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 91.24%
G = 7.66%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA1503 (or 0xFA1503) is known color: Scarlet. HEX triplet: FA, 15 and 03. RGB value is (250,21,3). Sum of RGB (Red+Green+Blue) = 250+21+3=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1503 is #05EAFC. Grayscale: #575757. Windows color (decimal): -387837 or 202234. OLE color: 202234.

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

Color convert

RGB 250 21 3 -
CMYK 0 0.92 0.99 0.02
HSL 4.37º 0.98% 0.5% -
HSV(B) 4.37º 0.99% 0.98% -
XYZ 39.71 20.87 2.02 -
YUV 87.42 80.37 243.96 -
System Red Green Blue C M Y K H S L
Decimal 250 21 3 0 0.92 0.99 0.02 4.37 0.98 0.5
Hex FA 15 3 0 5C 63 2 4 62 32
Octal 372 25 3 0 134 143 2 4 142 62
Binary 11111010 10101 11 0 1011100 1100011 10 100 1100010 110010

Color Harmonies of #FA1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1503

Black with #FA1503

Text Example


Text Example

White with #FA1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1503; }

 p { color: rgb(250,21,3); }

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

background-color css

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

 a { background-color: rgb(250,21,3); }

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

border-color css

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

 span { border-color: rgb(250,21,3); }

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