Html Css Color HEX #FA1E13 Scarlet

📋 copy color: '#FA1E13'

red 250 ◦ green 30 ◦ blue 19

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

Shades of Scarlet #FA1E13

Tints of Scarlet #FA1E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 83.61%
G = 10.03%
B = 6.35%

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

#FA1E13 (or 0xFA1E13) is known color: Scarlet. HEX triplet: FA, 1E and 13. RGB value is (250,30,19). Sum of RGB (Red+Green+Blue) = 250+30+19=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E13 is #05E1EC. Grayscale: #5E5E5E. Windows color (decimal): -385517 or 1253114. OLE color: 1253114.

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

Color convert

RGB 250 30 19 -
CMYK 0 0.88 0.92 0.02
HSL 2.86º 0.96% 0.53% -
HSV(B) 2.86º 0.92% 0.98% -
XYZ 40.01 21.3 2.62 -
YUV 94.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 250 30 19 0 0.88 0.92 0.02 2.86 0.96 0.53
Hex FA 1E 13 0 58 5C 2 3 60 35
Octal 372 36 23 0 130 134 2 3 140 65
Binary 11111010 11110 10011 0 1011000 1011100 10 11 1100000 110101

Color Harmonies of #FA1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E13

Black with #FA1E13

Text Example


Text Example

White with #FA1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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