Html Css Color HEX #FA1C00 Scarlet

📋 copy color: '#FA1C00'

red 250 ◦ green 28 ◦ blue 0

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

Shades of Scarlet #FA1C00

Tints of Scarlet #FA1C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.93%
G = 10.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA1C00 (or 0xFA1C00) is known color: Scarlet. HEX triplet: FA, 1C and 00. RGB value is (250,28,0). Sum of RGB (Red+Green+Blue) = 250+28+0=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C00 is #05E3FF. Grayscale: #5B5B5B. Windows color (decimal): -386048 or 7418. OLE color: 7418.

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

Color convert

RGB 250 28 0 -
CMYK 0 0.89 1 0.02
HSL 6.72º 1% 0.49% -
HSV(B) 6.72º 1% 0.98% -
XYZ 39.84 21.15 1.98 -
YUV 91.19 76.55 241.28 -
System Red Green Blue C M Y K H S L
Decimal 250 28 0 0 0.89 1 0.02 6.72 1 0.49
Hex FA 1C 0 0 59 64 2 7 64 31
Octal 372 34 0 0 131 144 2 7 144 61
Binary 11111010 11100 0 0 1011001 1100100 10 111 1100100 110001

Color Harmonies of #FA1C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C00

Black with #FA1C00

Text Example


Text Example

White with #FA1C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C00; }

 p { color: rgb(250,28,0); }

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

background-color css

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

 a { background-color: rgb(250,28,0); }

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

border-color css

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

 span { border-color: rgb(250,28,0); }

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