Html Css Color HEX #FA1F05 Scarlet

📋 copy color: '#FA1F05'

red 250 ◦ green 31 ◦ blue 5

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

Shades of Scarlet #FA1F05

Tints of Scarlet #FA1F05

RGB

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

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

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

R = 87.41%
G = 10.84%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1F05 (or 0xFA1F05) is known color: Scarlet. HEX triplet: FA, 1F and 05. RGB value is (250,31,5). Sum of RGB (Red+Green+Blue) = 250+31+5=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1F05 is #05E0FA. Grayscale: #5D5D5D. Windows color (decimal): -385275 or 335866. OLE color: 335866.

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

Color convert

RGB 250 31 5 -
CMYK 0 0.88 0.98 0.02
HSL 6.37º 0.96% 0.5% -
HSV(B) 6.37º 0.98% 0.98% -
XYZ 39.94 21.31 2.15 -
YUV 93.52 78.05 239.61 -
System Red Green Blue C M Y K H S L
Decimal 250 31 5 0 0.88 0.98 0.02 6.37 0.96 0.5
Hex FA 1F 5 0 58 62 2 6 60 32
Octal 372 37 5 0 130 142 2 6 140 62
Binary 11111010 11111 101 0 1011000 1100010 10 110 1100000 110010

Color Harmonies of #FA1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F05

Black with #FA1F05

Text Example


Text Example

White with #FA1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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