Html Css Color HEX #FF1C15 Scarlet

📋 copy color: '#FF1C15'

red 255 ◦ green 28 ◦ blue 21

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

Shades of Scarlet #FF1C15

Tints of Scarlet #FF1C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

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

R = 83.88%
G = 9.21%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1C15 (or 0xFF1C15) is known color: Scarlet. HEX triplet: FF, 1C and 15. RGB value is (255,28,21). Sum of RGB (Red+Green+Blue) = 255+28+21=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C15 is #00E3EA. Grayscale: #5F5F5F. Windows color (decimal): -58347 or 1383679. OLE color: 1383679.

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

Color convert

RGB 255 28 21 -
CMYK 0 0.89 0.92 0
HSL 1.79º 1% 0.54% -
HSV(B) 1.79º 0.92% 1% -
XYZ 41.79 22.14 2.78 -
YUV 95.08 86.21 242.07 -
System Red Green Blue C M Y K H S L
Decimal 255 28 21 0 0.89 0.92 0 1.79 1 0.54
Hex FF 1C 15 0 59 5C 0 2 64 36
Octal 377 34 25 0 131 134 0 2 144 66
Binary 11111111 11100 10101 0 1011001 1011100 0 10 1100100 110110

Color Harmonies of #FF1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C15

Black with #FF1C15

Text Example


Text Example

White with #FF1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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