Html Css Color HEX #FF3411 Scarlet

📋 copy color: '#FF3411'

red 255 ◦ green 52 ◦ blue 17

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

Shades of Scarlet #FF3411

Tints of Scarlet #FF3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 78.7%
G = 16.05%
B = 5.25%

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

#FF3411 (or 0xFF3411) is known color: Scarlet. HEX triplet: FF, 34 and 11. RGB value is (255,52,17). Sum of RGB (Red+Green+Blue) = 255+52+17=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3411 is #00CBEE. Grayscale: #6D6D6D. Windows color (decimal): -52207 or 1127679. OLE color: 1127679.

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

Color convert

RGB 255 52 17 -
CMYK 0 0.80 0.93 0
HSL 8.82º 1% 0.53% -
HSV(B) 8.82º 0.93% 1% -
XYZ 42.57 23.76 2.87 -
YUV 108.71 76.25 232.35 -
System Red Green Blue C M Y K H S L
Decimal 255 52 17 0 0.80 0.93 0 8.82 1 0.53
Hex FF 34 11 0 50 5D 0 9 64 35
Octal 377 64 21 0 120 135 0 11 144 65
Binary 11111111 110100 10001 0 1010000 1011101 0 1001 1100100 110101

Color Harmonies of #FF3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3411

Black with #FF3411

Text Example


Text Example

White with #FF3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3411; }

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

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

background-color css

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

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

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

border-color css

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

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

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