Html Css Color HEX #FF1611 Scarlet

📋 copy color: '#FF1611'

red 255 ◦ green 22 ◦ blue 17

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

Shades of Scarlet #FF1611

Tints of Scarlet #FF1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 86.73%
G = 7.48%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1611 (or 0xFF1611) is known color: Scarlet. HEX triplet: FF, 16 and 11. RGB value is (255,22,17). Sum of RGB (Red+Green+Blue) = 255+22+17=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1611 is #00E9EE. Grayscale: #5B5B5B. Windows color (decimal): -59887 or 1119999. OLE color: 1119999.

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

Color convert

RGB 255 22 17 -
CMYK 0 0.91 0.93 0
HSL 1.26º 1% 0.53% -
HSV(B) 1.26º 0.93% 1% -
XYZ 41.63 21.87 2.56 -
YUV 91.1 86.19 244.91 -
System Red Green Blue C M Y K H S L
Decimal 255 22 17 0 0.91 0.93 0 1.26 1 0.53
Hex FF 16 11 0 5B 5D 0 1 64 35
Octal 377 26 21 0 133 135 0 1 144 65
Binary 11111111 10110 10001 0 1011011 1011101 0 1 1100100 110101

Color Harmonies of #FF1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1611

Black with #FF1611

Text Example


Text Example

White with #FF1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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