Html Css Color HEX #FF2911 Scarlet

📋 copy color: '#FF2911'

red 255 ◦ green 41 ◦ blue 17

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

Shades of Scarlet #FF2911

Tints of Scarlet #FF2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 81.47%
G = 13.1%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2911 (or 0xFF2911) is known color: Scarlet. HEX triplet: FF, 29 and 11. RGB value is (255,41,17). Sum of RGB (Red+Green+Blue) = 255+41+17=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2911 is #00D6EE. Grayscale: #666666. Windows color (decimal): -55023 or 1124863. OLE color: 1124863.

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

Color convert

RGB 255 41 17 -
CMYK 0 0.84 0.93 0
HSL 6.05º 1% 0.53% -
HSV(B) 6.05º 0.93% 1% -
XYZ 42.13 22.89 2.73 -
YUV 102.25 79.9 236.95 -
System Red Green Blue C M Y K H S L
Decimal 255 41 17 0 0.84 0.93 0 6.05 1 0.53
Hex FF 29 11 0 54 5D 0 6 64 35
Octal 377 51 21 0 124 135 0 6 144 65
Binary 11111111 101001 10001 0 1010100 1011101 0 110 1100100 110101

Color Harmonies of #FF2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2911

Black with #FF2911

Text Example


Text Example

White with #FF2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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