Html Css Color HEX #FF2311 Scarlet

📋 copy color: '#FF2311'

red 255 ◦ green 35 ◦ blue 17

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

Shades of Scarlet #FF2311

Tints of Scarlet #FF2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 83.06%
G = 11.4%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2311 (or 0xFF2311) is known color: Scarlet. HEX triplet: FF, 23 and 11. RGB value is (255,35,17). Sum of RGB (Red+Green+Blue) = 255+35+17=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2311 is #00DCEE. Grayscale: #636363. Windows color (decimal): -56559 or 1123327. OLE color: 1123327.

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

Color convert

RGB 255 35 17 -
CMYK 0 0.86 0.93 0
HSL 4.54º 1% 0.53% -
HSV(B) 4.54º 0.93% 1% -
XYZ 41.94 22.5 2.66 -
YUV 98.73 81.89 239.46 -
System Red Green Blue C M Y K H S L
Decimal 255 35 17 0 0.86 0.93 0 4.54 1 0.53
Hex FF 23 11 0 56 5D 0 5 64 35
Octal 377 43 21 0 126 135 0 5 144 65
Binary 11111111 100011 10001 0 1010110 1011101 0 101 1100100 110101

Color Harmonies of #FF2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2311

Black with #FF2311

Text Example


Text Example

White with #FF2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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