Html Css Color HEX #FF3111 Scarlet

📋 copy color: '#FF3111'

red 255 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #FF3111

Tints of Scarlet #FF3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 79.44%
G = 15.26%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3111 (or 0xFF3111) is known color: Scarlet. HEX triplet: FF, 31 and 11. RGB value is (255,49,17). Sum of RGB (Red+Green+Blue) = 255+49+17=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3111 is #00CEEE. Grayscale: #6B6B6B. Windows color (decimal): -52975 or 1126911. OLE color: 1126911.

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

Color convert

RGB 255 49 17 -
CMYK 0 0.81 0.93 0
HSL 8.07º 1% 0.53% -
HSV(B) 8.07º 0.93% 1% -
XYZ 42.44 23.5 2.83 -
YUV 106.95 77.25 233.6 -
System Red Green Blue C M Y K H S L
Decimal 255 49 17 0 0.81 0.93 0 8.07 1 0.53
Hex FF 31 11 0 51 5D 0 8 64 35
Octal 377 61 21 0 121 135 0 10 144 65
Binary 11111111 110001 10001 0 1010001 1011101 0 1000 1100100 110101

Color Harmonies of #FF3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3111

Black with #FF3111

Text Example


Text Example

White with #FF3111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3111; }

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

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

background-color css

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

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

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

border-color css

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

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

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