Html Css Color HEX #FA1308 Scarlet

📋 copy color: '#FA1308'

red 250 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #FA1308

Tints of Scarlet #FA1308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 90.25%
G = 6.86%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA1308 (or 0xFA1308) is known color: Scarlet. HEX triplet: FA, 13 and 08. RGB value is (250,19,8). Sum of RGB (Red+Green+Blue) = 250+19+8=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1308 is #05ECF7. Grayscale: #575757. Windows color (decimal): -388344 or 529402. OLE color: 529402.

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

Color convert

RGB 250 19 8 -
CMYK 0 0.92 0.97 0.02
HSL 2.73º 0.96% 0.51% -
HSV(B) 2.73º 0.97% 0.98% -
XYZ 39.7 20.81 2.15 -
YUV 86.82 83.53 244.39 -
System Red Green Blue C M Y K H S L
Decimal 250 19 8 0 0.92 0.97 0.02 2.73 0.96 0.51
Hex FA 13 8 0 5C 61 2 3 60 33
Octal 372 23 10 0 134 141 2 3 140 63
Binary 11111010 10011 1000 0 1011100 1100001 10 11 1100000 110011

Color Harmonies of #FA1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1308

Black with #FA1308

Text Example


Text Example

White with #FA1308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1308; }

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

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

background-color css

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

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

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

border-color css

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

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

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