Html Css Color HEX #FF2411 Scarlet

📋 copy color: '#FF2411'

red 255 ◦ green 36 ◦ blue 17

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

Shades of Scarlet #FF2411

Tints of Scarlet #FF2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 82.79%
G = 11.69%
B = 5.52%

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

#FF2411 (or 0xFF2411) is known color: Scarlet. HEX triplet: FF, 24 and 11. RGB value is (255,36,17). Sum of RGB (Red+Green+Blue) = 255+36+17=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2411 is #00DBEE. Grayscale: #636363. Windows color (decimal): -56303 or 1123583. OLE color: 1123583.

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

Color convert

RGB 255 36 17 -
CMYK 0 0.86 0.93 0
HSL 4.79º 1% 0.53% -
HSV(B) 4.79º 0.93% 1% -
XYZ 41.97 22.56 2.67 -
YUV 99.32 81.55 239.04 -
System Red Green Blue C M Y K H S L
Decimal 255 36 17 0 0.86 0.93 0 4.79 1 0.53
Hex FF 24 11 0 56 5D 0 5 64 35
Octal 377 44 21 0 126 135 0 5 144 65
Binary 11111111 100100 10001 0 1010110 1011101 0 101 1100100 110101

Color Harmonies of #FF2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2411

Black with #FF2411

Text Example


Text Example

White with #FF2411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2411; }

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

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

background-color css

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

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

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

border-color css

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

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

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