Html Css Color HEX #FA221E Scarlet

📋 copy color: '#FA221E'

red 250 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #FA221E

Tints of Scarlet #FA221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 79.62%
G = 10.83%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA221E (or 0xFA221E) is known color: Scarlet. HEX triplet: FA, 22 and 1E. RGB value is (250,34,30). Sum of RGB (Red+Green+Blue) = 250+34+30=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA221E is #05DDE1. Grayscale: #626262. Windows color (decimal): -384482 or 1975034. OLE color: 1975034.

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

Color convert

RGB 250 34 30 -
CMYK 0 0.86 0.88 0.02
HSL 1.09º 0.96% 0.55% -
HSV(B) 1.09º 0.88% 0.98% -
XYZ 40.23 21.56 3.27 -
YUV 98.13 89.56 236.33 -
System Red Green Blue C M Y K H S L
Decimal 250 34 30 0 0.86 0.88 0.02 1.09 0.96 0.55
Hex FA 22 1E 0 56 58 2 1 60 37
Octal 372 42 36 0 126 130 2 1 140 67
Binary 11111010 100010 11110 0 1010110 1011000 10 1 1100000 110111

Color Harmonies of #FA221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA221E

Black with #FA221E

Text Example


Text Example

White with #FA221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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