Html Css Color HEX #FA2819 Scarlet

📋 copy color: '#FA2819'

red 250 ◦ green 40 ◦ blue 25

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

Shades of Scarlet #FA2819

Tints of Scarlet #FA2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 79.37%
G = 12.7%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA2819 (or 0xFA2819) is known color: Scarlet. HEX triplet: FA, 28 and 19. RGB value is (250,40,25). Sum of RGB (Red+Green+Blue) = 250+40+25=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2819 is #05D7E6. Grayscale: #656565. Windows color (decimal): -382951 or 1648890. OLE color: 1648890.

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

Color convert

RGB 250 40 25 -
CMYK 0 0.84 0.9 0.02
HSL 0.96% 0.54% -
HSV(B) 0.9% 0.98% -
XYZ 40.36 21.91 3.02 -
YUV 101.08 85.07 234.22 -
System Red Green Blue C M Y K H S L
Decimal 250 40 25 0 0.84 0.9 0.02 4 0.96 0.54
Hex FA 28 19 0 54 5A 2 4 60 36
Octal 372 50 31 0 124 132 2 4 140 66
Binary 11111010 101000 11001 0 1010100 1011010 10 100 1100000 110110

Color Harmonies of #FA2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2819

Black with #FA2819

Text Example


Text Example

White with #FA2819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2819; }

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

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

background-color css

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

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

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

border-color css

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

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

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