Html Css Color HEX #FA1E16 Scarlet

📋 copy color: '#FA1E16'

red 250 ◦ green 30 ◦ blue 22

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

Shades of Scarlet #FA1E16

Tints of Scarlet #FA1E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 82.78%
G = 9.93%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1E16 (or 0xFA1E16) is known color: Scarlet. HEX triplet: FA, 1E and 16. RGB value is (250,30,22). Sum of RGB (Red+Green+Blue) = 250+30+22=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E16 is #05E1E9. Grayscale: #5F5F5F. Windows color (decimal): -385514 or 1449722. OLE color: 1449722.

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

Color convert

RGB 250 30 22 -
CMYK 0 0.88 0.91 0.02
HSL 2.11º 0.96% 0.53% -
HSV(B) 2.11º 0.91% 0.98% -
XYZ 40.03 21.31 2.76 -
YUV 94.87 86.89 238.65 -
System Red Green Blue C M Y K H S L
Decimal 250 30 22 0 0.88 0.91 0.02 2.11 0.96 0.53
Hex FA 1E 16 0 58 5B 2 2 60 35
Octal 372 36 26 0 130 133 2 2 140 65
Binary 11111010 11110 10110 0 1011000 1011011 10 10 1100000 110101

Color Harmonies of #FA1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E16

Black with #FA1E16

Text Example


Text Example

White with #FA1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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