Html Css Color HEX #FA2811 Scarlet

📋 copy color: '#FA2811'

red 250 ◦ green 40 ◦ blue 17

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

Shades of Scarlet #FA2811

Tints of Scarlet #FA2811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 81.43%
G = 13.03%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2811 (or 0xFA2811) is known color: Scarlet. HEX triplet: FA, 28 and 11. RGB value is (250,40,17). Sum of RGB (Red+Green+Blue) = 250+40+17=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2811 is #05D7EE. Grayscale: #646464. Windows color (decimal): -382959 or 1124602. OLE color: 1124602.

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

Color convert

RGB 250 40 17 -
CMYK 0 0.84 0.93 0.02
HSL 5.92º 0.96% 0.52% -
HSV(B) 5.92º 0.93% 0.98% -
XYZ 40.28 21.88 2.63 -
YUV 100.17 81.07 234.87 -
System Red Green Blue C M Y K H S L
Decimal 250 40 17 0 0.84 0.93 0.02 5.92 0.96 0.52
Hex FA 28 11 0 54 5D 2 6 60 34
Octal 372 50 21 0 124 135 2 6 140 64
Binary 11111010 101000 10001 0 1010100 1011101 10 110 1100000 110100

Color Harmonies of #FA2811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2811

Black with #FA2811

Text Example


Text Example

White with #FA2811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2811; }

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

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

background-color css

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

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

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

border-color css

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

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

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