Html Css Color HEX #FA1D00 Scarlet

📋 copy color: '#FA1D00'

red 250 ◦ green 29 ◦ blue 0

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

Shades of Scarlet #FA1D00

Tints of Scarlet #FA1D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

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

R = 89.61%
G = 10.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA1D00 (or 0xFA1D00) is known color: Scarlet. HEX triplet: FA, 1D and 00. RGB value is (250,29,0). Sum of RGB (Red+Green+Blue) = 250+29+0=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1D00 is #05E2FF. Grayscale: #5C5C5C. Windows color (decimal): -385792 or 7674. OLE color: 7674.

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

Color convert

RGB 250 29 0 -
CMYK 0 0.88 1 0.02
HSL 6.96º 1% 0.49% -
HSV(B) 6.96º 1% 0.98% -
XYZ 39.86 21.2 1.99 -
YUV 91.77 76.22 240.86 -
System Red Green Blue C M Y K H S L
Decimal 250 29 0 0 0.88 1 0.02 6.96 1 0.49
Hex FA 1D 0 0 58 64 2 7 64 31
Octal 372 35 0 0 130 144 2 7 144 61
Binary 11111010 11101 0 0 1011000 1100100 10 111 1100100 110001

Color Harmonies of #FA1D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D00

Black with #FA1D00

Text Example


Text Example

White with #FA1D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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