Html Css Color HEX #FA1805 Scarlet

📋 copy color: '#FA1805'

red 250 ◦ green 24 ◦ blue 5

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

Shades of Scarlet #FA1805

Tints of Scarlet #FA1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 89.61%
G = 8.6%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1805 (or 0xFA1805) is known color: Scarlet. HEX triplet: FA, 18 and 05. RGB value is (250,24,5). Sum of RGB (Red+Green+Blue) = 250+24+5=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1805 is #05E7FA. Grayscale: #595959. Windows color (decimal): -387067 or 334074. OLE color: 334074.

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

Color convert

RGB 250 24 5 -
CMYK 0 0.90 0.98 0.02
HSL 4.65º 0.96% 0.5% -
HSV(B) 4.65º 0.98% 0.98% -
XYZ 39.78 20.99 2.1 -
YUV 89.41 80.37 242.54 -
System Red Green Blue C M Y K H S L
Decimal 250 24 5 0 0.90 0.98 0.02 4.65 0.96 0.5
Hex FA 18 5 0 5A 62 2 5 60 32
Octal 372 30 5 0 132 142 2 5 140 62
Binary 11111010 11000 101 0 1011010 1100010 10 101 1100000 110010

Color Harmonies of #FA1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1805

Black with #FA1805

Text Example


Text Example

White with #FA1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1805; }

 p { color: rgb(250,24,5); }

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

background-color css

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

 a { background-color: rgb(250,24,5); }

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

border-color css

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

 span { border-color: rgb(250,24,5); }

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