Html Css Color HEX #FF1915 Scarlet

📋 copy color: '#FF1915'

red 255 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #FF1915

Tints of Scarlet #FF1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 84.72%
G = 8.31%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1915 (or 0xFF1915) is known color: Scarlet. HEX triplet: FF, 19 and 15. RGB value is (255,25,21). Sum of RGB (Red+Green+Blue) = 255+25+21=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1915 is #00E6EA. Grayscale: #5D5D5D. Windows color (decimal): -59115 or 1382911. OLE color: 1382911.

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

Color convert

RGB 255 25 21 -
CMYK 0 0.90 0.92 0
HSL 1.03º 1% 0.54% -
HSV(B) 1.03º 0.92% 1% -
XYZ 41.72 22.01 2.76 -
YUV 93.31 87.2 243.33 -
System Red Green Blue C M Y K H S L
Decimal 255 25 21 0 0.90 0.92 0 1.03 1 0.54
Hex FF 19 15 0 5A 5C 0 1 64 36
Octal 377 31 25 0 132 134 0 1 144 66
Binary 11111111 11001 10101 0 1011010 1011100 0 1 1100100 110110

Color Harmonies of #FF1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1915

Black with #FF1915

Text Example


Text Example

White with #FF1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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