Html Css Color HEX #FF2915 Scarlet

📋 copy color: '#FF2915'

red 255 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #FF2915

Tints of Scarlet #FF2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 80.44%
G = 12.93%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF2915 (or 0xFF2915) is known color: Scarlet. HEX triplet: FF, 29 and 15. RGB value is (255,41,21). Sum of RGB (Red+Green+Blue) = 255+41+21=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2915 is #00D6EA. Grayscale: #676767. Windows color (decimal): -55019 or 1387007. OLE color: 1387007.

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

Color convert

RGB 255 41 21 -
CMYK 0 0.84 0.92 0
HSL 5.13º 1% 0.54% -
HSV(B) 5.13º 0.92% 1% -
XYZ 42.17 22.9 2.91 -
YUV 102.71 81.9 236.63 -
System Red Green Blue C M Y K H S L
Decimal 255 41 21 0 0.84 0.92 0 5.13 1 0.54
Hex FF 29 15 0 54 5C 0 5 64 36
Octal 377 51 25 0 124 134 0 5 144 66
Binary 11111111 101001 10101 0 1010100 1011100 0 101 1100100 110110

Color Harmonies of #FF2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2915

Black with #FF2915

Text Example


Text Example

White with #FF2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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