Html Css Color HEX #FA1811 Scarlet

📋 copy color: '#FA1811'

red 250 ◦ green 24 ◦ blue 17

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

Shades of Scarlet #FA1811

Tints of Scarlet #FA1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 85.91%
G = 8.25%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA1811 (or 0xFA1811) is known color: Scarlet. HEX triplet: FA, 18 and 11. RGB value is (250,24,17). Sum of RGB (Red+Green+Blue) = 250+24+17=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1811 is #05E7EE. Grayscale: #5B5B5B. Windows color (decimal): -387055 or 1120506. OLE color: 1120506.

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

Color convert

RGB 250 24 17 -
CMYK 0 0.90 0.93 0.02
HSL 1.8º 0.96% 0.52% -
HSV(B) 1.8º 0.93% 0.98% -
XYZ 39.85 21.02 2.49 -
YUV 90.78 86.37 241.57 -
System Red Green Blue C M Y K H S L
Decimal 250 24 17 0 0.90 0.93 0.02 1.8 0.96 0.52
Hex FA 18 11 0 5A 5D 2 2 60 34
Octal 372 30 21 0 132 135 2 2 140 64
Binary 11111010 11000 10001 0 1011010 1011101 10 10 1100000 110100

Color Harmonies of #FA1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1811

Black with #FA1811

Text Example


Text Example

White with #FA1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1811; }

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

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

background-color css

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

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

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

border-color css

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

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

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