Html Css Color HEX #FA1E15 Scarlet

📋 copy color: '#FA1E15'

red 250 ◦ green 30 ◦ blue 21

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

Shades of Scarlet #FA1E15

Tints of Scarlet #FA1E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 83.06%
G = 9.97%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA1E15 (or 0xFA1E15) is known color: Scarlet. HEX triplet: FA, 1E and 15. RGB value is (250,30,21). Sum of RGB (Red+Green+Blue) = 250+30+21=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E15 is #05E1EA. Grayscale: #5F5F5F. Windows color (decimal): -385515 or 1384186. OLE color: 1384186.

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

Color convert

RGB 250 30 21 -
CMYK 0 0.88 0.92 0.02
HSL 2.36º 0.96% 0.53% -
HSV(B) 2.36º 0.92% 0.98% -
XYZ 40.02 21.31 2.71 -
YUV 94.75 86.39 238.73 -
System Red Green Blue C M Y K H S L
Decimal 250 30 21 0 0.88 0.92 0.02 2.36 0.96 0.53
Hex FA 1E 15 0 58 5C 2 2 60 35
Octal 372 36 25 0 130 134 2 2 140 65
Binary 11111010 11110 10101 0 1011000 1011100 10 10 1100000 110101

Color Harmonies of #FA1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E15

Black with #FA1E15

Text Example


Text Example

White with #FA1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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