Html Css Color HEX #FA221A Scarlet

📋 copy color: '#FA221A'

red 250 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #FA221A

Tints of Scarlet #FA221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 80.65%
G = 10.97%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA221A (or 0xFA221A) is known color: Scarlet. HEX triplet: FA, 22 and 1A. RGB value is (250,34,26). Sum of RGB (Red+Green+Blue) = 250+34+26=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA221A is #05DDE5. Grayscale: #616161. Windows color (decimal): -384486 or 1712890. OLE color: 1712890.

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

Color convert

RGB 250 34 26 -
CMYK 0 0.86 0.90 0.02
HSL 2.14º 0.96% 0.54% -
HSV(B) 2.14º 0.9% 0.98% -
XYZ 40.18 21.54 3.02 -
YUV 97.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 250 34 26 0 0.86 0.90 0.02 2.14 0.96 0.54
Hex FA 22 1A 0 56 5A 2 2 60 36
Octal 372 42 32 0 126 132 2 2 140 66
Binary 11111010 100010 11010 0 1010110 1011010 10 10 1100000 110110

Color Harmonies of #FA221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA221A

Black with #FA221A

Text Example


Text Example

White with #FA221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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