Html Css Color HEX #FA2220 Scarlet

📋 copy color: '#FA2220'

red 250 ◦ green 34 ◦ blue 32

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

Shades of Scarlet #FA2220

Tints of Scarlet #FA2220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 79.11%
G = 10.76%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA2220 (or 0xFA2220) is known color: Scarlet. HEX triplet: FA, 22 and 20. RGB value is (250,34,32). Sum of RGB (Red+Green+Blue) = 250+34+32=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2220 is #05DDDF. Grayscale: #626262. Windows color (decimal): -384480 or 2106106. OLE color: 2106106.

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

Color convert

RGB 250 34 32 -
CMYK 0 0.86 0.87 0.02
HSL 0.55º 0.96% 0.55% -
HSV(B) 0.55º 0.87% 0.98% -
XYZ 40.26 21.57 3.41 -
YUV 98.36 90.56 236.16 -
System Red Green Blue C M Y K H S L
Decimal 250 34 32 0 0.86 0.87 0.02 0.55 0.96 0.55
Hex FA 22 20 0 56 57 2 1 60 37
Octal 372 42 40 0 126 127 2 1 140 67
Binary 11111010 100010 100000 0 1010110 1010111 10 1 1100000 110111

Color Harmonies of #FA2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2220

Black with #FA2220

Text Example


Text Example

White with #FA2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2220; }

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

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

background-color css

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

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

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

border-color css

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

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

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