Html Css Color HEX #FA1F08 Scarlet

📋 copy color: '#FA1F08'

red 250 ◦ green 31 ◦ blue 8

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

Shades of Scarlet #FA1F08

Tints of Scarlet #FA1F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

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

R = 86.51%
G = 10.73%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA1F08 (or 0xFA1F08) is known color: Scarlet. HEX triplet: FA, 1F and 08. RGB value is (250,31,8). Sum of RGB (Red+Green+Blue) = 250+31+8=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1F08 is #05E0F7. Grayscale: #5E5E5E. Windows color (decimal): -385272 or 532474. OLE color: 532474.

HSL color Cylindrical-coordinate representation of color #FA1F08: hue angle of 5.7º 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 #FA1F08 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 31 8 -
CMYK 0 0.88 0.97 0.02
HSL 5.7º 0.96% 0.51% -
HSV(B) 5.7º 0.97% 0.98% -
XYZ 39.96 21.32 2.24 -
YUV 93.86 79.55 239.37 -
System Red Green Blue C M Y K H S L
Decimal 250 31 8 0 0.88 0.97 0.02 5.7 0.96 0.51
Hex FA 1F 8 0 58 61 2 6 60 33
Octal 372 37 10 0 130 141 2 6 140 63
Binary 11111010 11111 1000 0 1011000 1100001 10 110 1100000 110011

Color Harmonies of #FA1F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F08

Black with #FA1F08

Text Example


Text Example

White with #FA1F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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