Html Css Color HEX #FF3211 Scarlet

📋 copy color: '#FF3211'

red 255 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #FF3211

Tints of Scarlet #FF3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 79.19%
G = 15.53%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3211 (or 0xFF3211) is known color: Scarlet. HEX triplet: FF, 32 and 11. RGB value is (255,50,17). Sum of RGB (Red+Green+Blue) = 255+50+17=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3211 is #00CDEE. Grayscale: #6B6B6B. Windows color (decimal): -52719 or 1127167. OLE color: 1127167.

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

Color convert

RGB 255 50 17 -
CMYK 0 0.80 0.93 0
HSL 8.32º 1% 0.53% -
HSV(B) 8.32º 0.93% 1% -
XYZ 42.48 23.58 2.84 -
YUV 107.53 76.92 233.18 -
System Red Green Blue C M Y K H S L
Decimal 255 50 17 0 0.80 0.93 0 8.32 1 0.53
Hex FF 32 11 0 50 5D 0 8 64 35
Octal 377 62 21 0 120 135 0 10 144 65
Binary 11111111 110010 10001 0 1010000 1011101 0 1000 1100100 110101

Color Harmonies of #FF3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3211

Black with #FF3211

Text Example


Text Example

White with #FF3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3211; }

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

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

background-color css

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

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

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

border-color css

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

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

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