Html Css Color HEX #FA2219 Scarlet

📋 copy color: '#FA2219'

red 250 ◦ green 34 ◦ blue 25

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

Shades of Scarlet #FA2219

Tints of Scarlet #FA2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.09%

R = 80.91%
G = 11%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA2219 (or 0xFA2219) is known color: Scarlet. HEX triplet: FA, 22 and 19. RGB value is (250,34,25). Sum of RGB (Red+Green+Blue) = 250+34+25=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2219 is #05DDE6. Grayscale: #616161. Windows color (decimal): -384487 or 1647354. OLE color: 1647354.

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

Color convert

RGB 250 34 25 -
CMYK 0 0.86 0.9 0.02
HSL 2.4º 0.96% 0.54% -
HSV(B) 2.4º 0.9% 0.98% -
XYZ 40.17 21.54 2.96 -
YUV 97.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 250 34 25 0 0.86 0.9 0.02 2.4 0.96 0.54
Hex FA 22 19 0 56 5A 2 2 60 36
Octal 372 42 31 0 126 132 2 2 140 66
Binary 11111010 100010 11001 0 1010110 1011010 10 10 1100000 110110

Color Harmonies of #FA2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2219

Black with #FA2219

Text Example


Text Example

White with #FA2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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