Html Css Color HEX #FA2D19 Scarlet

📋 copy color: '#FA2D19'

red 250 ◦ green 45 ◦ blue 25

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

Shades of Scarlet #FA2D19

Tints of Scarlet #FA2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

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

R = 78.13%
G = 14.06%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA2D19 (or 0xFA2D19) is known color: Scarlet. HEX triplet: FA, 2D and 19. RGB value is (250,45,25). Sum of RGB (Red+Green+Blue) = 250+45+25=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D19 is #05D2E6. Grayscale: #686868. Windows color (decimal): -381671 or 1650170. OLE color: 1650170.

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

Color convert

RGB 250 45 25 -
CMYK 0 0.82 0.9 0.02
HSL 5.33º 0.96% 0.54% -
HSV(B) 5.33º 0.9% 0.98% -
XYZ 40.54 22.27 3.08 -
YUV 104.02 83.42 232.13 -
System Red Green Blue C M Y K H S L
Decimal 250 45 25 0 0.82 0.9 0.02 5.33 0.96 0.54
Hex FA 2D 19 0 52 5A 2 5 60 36
Octal 372 55 31 0 122 132 2 5 140 66
Binary 11111010 101101 11001 0 1010010 1011010 10 101 1100000 110110

Color Harmonies of #FA2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D19

Black with #FA2D19

Text Example


Text Example

White with #FA2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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