Html Css Color HEX #FF1914 Scarlet

📋 copy color: '#FF1914'

red 255 ◦ green 25 ◦ blue 20

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

Shades of Scarlet #FF1914

Tints of Scarlet #FF1914

RGB

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

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

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

R = 85%
G = 8.33%
B = 6.67%

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

#FF1914 (or 0xFF1914) is known color: Scarlet. HEX triplet: FF, 19 and 14. RGB value is (255,25,20). Sum of RGB (Red+Green+Blue) = 255+25+20=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1914 is #00E6EB. Grayscale: #5D5D5D. Windows color (decimal): -59116 or 1317375. OLE color: 1317375.

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

Color convert

RGB 255 25 20 -
CMYK 0 0.90 0.92 0
HSL 1.28º 1% 0.54% -
HSV(B) 1.28º 0.92% 1% -
XYZ 41.71 22.01 2.71 -
YUV 93.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 255 25 20 0 0.90 0.92 0 1.28 1 0.54
Hex FF 19 14 0 5A 5C 0 1 64 36
Octal 377 31 24 0 132 134 0 1 144 66
Binary 11111111 11001 10100 0 1011010 1011100 0 1 1100100 110110

Color Harmonies of #FF1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1914

Black with #FF1914

Text Example


Text Example

White with #FF1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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