Html Css Color HEX #FF1615 Scarlet

📋 copy color: '#FF1615'

red 255 ◦ green 22 ◦ blue 21

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

Shades of Scarlet #FF1615

Tints of Scarlet #FF1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 85.57%
G = 7.38%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1615 (or 0xFF1615) is known color: Scarlet. HEX triplet: FF, 16 and 15. RGB value is (255,22,21). Sum of RGB (Red+Green+Blue) = 255+22+21=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1615 is #00E9EA. Grayscale: #5B5B5B. Windows color (decimal): -59883 or 1382143. OLE color: 1382143.

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

Color convert

RGB 255 22 21 -
CMYK 0 0.91 0.92 0
HSL 0.26º 1% 0.54% -
HSV(B) 0.26º 0.92% 1% -
XYZ 41.66 21.89 2.74 -
YUV 91.55 88.19 244.58 -
System Red Green Blue C M Y K H S L
Decimal 255 22 21 0 0.91 0.92 0 0.26 1 0.54
Hex FF 16 15 0 5B 5C 0 0 64 36
Octal 377 26 25 0 133 134 0 0 144 66
Binary 11111111 10110 10101 0 1011011 1011100 0 0 1100100 110110

Color Harmonies of #FF1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1615

Black with #FF1615

Text Example


Text Example

White with #FF1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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