Html Css Color HEX #FA221C Scarlet

📋 copy color: '#FA221C'

red 250 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #FA221C

Tints of Scarlet #FA221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 80.13%
G = 10.9%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA221C (or 0xFA221C) is known color: Scarlet. HEX triplet: FA, 22 and 1C. RGB value is (250,34,28). Sum of RGB (Red+Green+Blue) = 250+34+28=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA221C is #05DDE3. Grayscale: #626262. Windows color (decimal): -384484 or 1843962. OLE color: 1843962.

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

Color convert

RGB 250 34 28 -
CMYK 0 0.86 0.89 0.02
HSL 1.62º 0.96% 0.55% -
HSV(B) 1.62º 0.89% 0.98% -
XYZ 40.21 21.55 3.14 -
YUV 97.9 88.56 236.49 -
System Red Green Blue C M Y K H S L
Decimal 250 34 28 0 0.86 0.89 0.02 1.62 0.96 0.55
Hex FA 22 1C 0 56 59 2 2 60 37
Octal 372 42 34 0 126 131 2 2 140 67
Binary 11111010 100010 11100 0 1010110 1011001 10 10 1100000 110111

Color Harmonies of #FA221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA221C

Black with #FA221C

Text Example


Text Example

White with #FA221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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