Html Css Color HEX #FA1E1A Scarlet

📋 copy color: '#FA1E1A'

red 250 ◦ green 30 ◦ blue 26

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

Shades of Scarlet #FA1E1A

Tints of Scarlet #FA1E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 81.7%
G = 9.8%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA1E1A (or 0xFA1E1A) is known color: Scarlet. HEX triplet: FA, 1E and 1A. RGB value is (250,30,26). Sum of RGB (Red+Green+Blue) = 250+30+26=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E1A is #05E1E5. Grayscale: #5F5F5F. Windows color (decimal): -385510 or 1711866. OLE color: 1711866.

HSL color Cylindrical-coordinate representation of color #FA1E1A: hue angle of 1.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1E1A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 30 26 -
CMYK 0 0.88 0.90 0.02
HSL 1.07º 0.96% 0.54% -
HSV(B) 1.07º 0.9% 0.98% -
XYZ 40.08 21.33 2.98 -
YUV 95.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 250 30 26 0 0.88 0.90 0.02 1.07 0.96 0.54
Hex FA 1E 1A 0 58 5A 2 1 60 36
Octal 372 36 32 0 130 132 2 1 140 66
Binary 11111010 11110 11010 0 1011000 1011010 10 1 1100000 110110

Color Harmonies of #FA1E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E1A

Black with #FA1E1A

Text Example


Text Example

White with #FA1E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E1A; }

 p { color: rgb(250,30,26); }

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

background-color css

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

 a { background-color: rgb(250,30,26); }

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

border-color css

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

 span { border-color: rgb(250,30,26); }

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