Html Css Color HEX #FF2115 Scarlet

📋 copy color: '#FF2115'

red 255 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #FF2115

Tints of Scarlet #FF2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 82.52%
G = 10.68%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF2115 (or 0xFF2115) is known color: Scarlet. HEX triplet: FF, 21 and 15. RGB value is (255,33,21). Sum of RGB (Red+Green+Blue) = 255+33+21=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2115 is #00DEEA. Grayscale: #626262. Windows color (decimal): -57067 or 1384959. OLE color: 1384959.

HSL color Cylindrical-coordinate representation of color #FF2115: hue angle of 3.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF2115 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 33 21 -
CMYK 0 0.87 0.92 0
HSL 3.08º 1% 0.54% -
HSV(B) 3.08º 0.92% 1% -
XYZ 41.92 22.4 2.82 -
YUV 98.01 84.55 239.98 -
System Red Green Blue C M Y K H S L
Decimal 255 33 21 0 0.87 0.92 0 3.08 1 0.54
Hex FF 21 15 0 57 5C 0 3 64 36
Octal 377 41 25 0 127 134 0 3 144 66
Binary 11111111 100001 10101 0 1010111 1011100 0 11 1100100 110110

Color Harmonies of #FF2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2115

Black with #FF2115

Text Example


Text Example

White with #FF2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2115; }

 p { color: rgb(255,33,21); }

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

background-color css

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

 a { background-color: rgb(255,33,21); }

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

border-color css

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

 span { border-color: rgb(255,33,21); }

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