Html Css Color HEX #FA2F19 Scarlet

📋 copy color: '#FA2F19'

red 250 ◦ green 47 ◦ blue 25

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

Shades of Scarlet #FA2F19

Tints of Scarlet #FA2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

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

R = 77.64%
G = 14.6%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA2F19 (or 0xFA2F19) is known color: Scarlet. HEX triplet: FA, 2F and 19. RGB value is (250,47,25). Sum of RGB (Red+Green+Blue) = 250+47+25=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2F19 is #05D0E6. Grayscale: #696969. Windows color (decimal): -381159 or 1650682. OLE color: 1650682.

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

Color convert

RGB 250 47 25 -
CMYK 0 0.81 0.9 0.02
HSL 5.87º 0.96% 0.54% -
HSV(B) 5.87º 0.9% 0.98% -
XYZ 40.62 22.43 3.11 -
YUV 105.19 82.75 231.29 -
System Red Green Blue C M Y K H S L
Decimal 250 47 25 0 0.81 0.9 0.02 5.87 0.96 0.54
Hex FA 2F 19 0 51 5A 2 6 60 36
Octal 372 57 31 0 121 132 2 6 140 66
Binary 11111010 101111 11001 0 1010001 1011010 10 110 1100000 110110

Color Harmonies of #FA2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F19

Black with #FA2F19

Text Example


Text Example

White with #FA2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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