Html Css Color HEX #FF1514 Scarlet

📋 copy color: '#FF1514'

red 255 ◦ green 21 ◦ blue 20

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

Shades of Scarlet #FF1514

Tints of Scarlet #FF1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 86.15%
G = 7.09%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1514 (or 0xFF1514) is known color: Scarlet. HEX triplet: FF, 15 and 14. RGB value is (255,21,20). Sum of RGB (Red+Green+Blue) = 255+21+20=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1514 is #00EAEB. Grayscale: #5B5B5B. Windows color (decimal): -60140 or 1316351. OLE color: 1316351.

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

Color convert

RGB 255 21 20 -
CMYK 0 0.92 0.92 0
HSL 0.26º 1% 0.54% -
HSV(B) 0.26º 0.92% 1% -
XYZ 41.63 21.85 2.68 -
YUV 90.85 88.02 245.08 -
System Red Green Blue C M Y K H S L
Decimal 255 21 20 0 0.92 0.92 0 0.26 1 0.54
Hex FF 15 14 0 5C 5C 0 0 64 36
Octal 377 25 24 0 134 134 0 0 144 66
Binary 11111111 10101 10100 0 1011100 1011100 0 0 1100100 110110

Color Harmonies of #FF1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1514

Black with #FF1514

Text Example


Text Example

White with #FF1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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