Html Css Color HEX #FF2711 Scarlet

📋 copy color: '#FF2711'

red 255 ◦ green 39 ◦ blue 17

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

Shades of Scarlet #FF2711

Tints of Scarlet #FF2711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 81.99%
G = 12.54%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2711 (or 0xFF2711) is known color: Scarlet. HEX triplet: FF, 27 and 11. RGB value is (255,39,17). Sum of RGB (Red+Green+Blue) = 255+39+17=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2711 is #00D8EE. Grayscale: #656565. Windows color (decimal): -55535 or 1124351. OLE color: 1124351.

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

Color convert

RGB 255 39 17 -
CMYK 0 0.85 0.93 0
HSL 5.55º 1% 0.53% -
HSV(B) 5.55º 0.93% 1% -
XYZ 42.07 22.75 2.7 -
YUV 101.08 80.56 237.79 -
System Red Green Blue C M Y K H S L
Decimal 255 39 17 0 0.85 0.93 0 5.55 1 0.53
Hex FF 27 11 0 55 5D 0 6 64 35
Octal 377 47 21 0 125 135 0 6 144 65
Binary 11111111 100111 10001 0 1010101 1011101 0 110 1100100 110101

Color Harmonies of #FF2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2711

Black with #FF2711

Text Example


Text Example

White with #FF2711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2711; }

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

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

background-color css

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

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

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

border-color css

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

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

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