Html Css Color HEX #FF1911 Scarlet

📋 copy color: '#FF1911'

red 255 ◦ green 25 ◦ blue 17

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

Shades of Scarlet #FF1911

Tints of Scarlet #FF1911

RGB

 RED value IS 255 (100% from 255) = 85.86%

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 85.86%
G = 8.42%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1911 (or 0xFF1911) is known color: Scarlet. HEX triplet: FF, 19 and 11. RGB value is (255,25,17). Sum of RGB (Red+Green+Blue) = 255+25+17=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1911 is #00E6EE. Grayscale: #5D5D5D. Windows color (decimal): -59119 or 1120767. OLE color: 1120767.

HSL color Cylindrical-coordinate representation of color #FF1911: hue angle of 2.02º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 17 -
CMYK 0 0.90 0.93 0
HSL 2.02º 1% 0.53% -
HSV(B) 2.02º 0.93% 1% -
XYZ 41.69 22 2.58 -
YUV 92.86 85.2 243.65 -
System Red Green Blue C M Y K H S L
Decimal 255 25 17 0 0.90 0.93 0 2.02 1 0.53
Hex FF 19 11 0 5A 5D 0 2 64 35
Octal 377 31 21 0 132 135 0 2 144 65
Binary 11111111 11001 10001 0 1011010 1011101 0 10 1100100 110101

Color Harmonies of #FF1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1911

Black with #FF1911

Text Example


Text Example

White with #FF1911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1911; }

 p { color: rgb(255,25,17); }

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

background-color css

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

 a { background-color: rgb(255,25,17); }

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

border-color css

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

 span { border-color: rgb(255,25,17); }

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