Html Css Color HEX #FF1714 Scarlet

📋 copy color: '#FF1714'

red 255 ◦ green 23 ◦ blue 20

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

Shades of Scarlet #FF1714

Tints of Scarlet #FF1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 85.57%
G = 7.72%
B = 6.71%

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

#FF1714 (or 0xFF1714) is known color: Scarlet. HEX triplet: FF, 17 and 14. RGB value is (255,23,20). Sum of RGB (Red+Green+Blue) = 255+23+20=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1714 is #00E8EB. Grayscale: #5C5C5C. Windows color (decimal): -59628 or 1316863. OLE color: 1316863.

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

Color convert

RGB 255 23 20 -
CMYK 0 0.91 0.92 0
HSL 0.77º 1% 0.54% -
HSV(B) 0.77º 0.92% 1% -
XYZ 41.67 21.92 2.7 -
YUV 92.03 87.36 244.24 -
System Red Green Blue C M Y K H S L
Decimal 255 23 20 0 0.91 0.92 0 0.77 1 0.54
Hex FF 17 14 0 5B 5C 0 1 64 36
Octal 377 27 24 0 133 134 0 1 144 66
Binary 11111111 10111 10100 0 1011011 1011100 0 1 1100100 110110

Color Harmonies of #FF1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1714

Black with #FF1714

Text Example


Text Example

White with #FF1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1714; }

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

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

background-color css

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

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

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

border-color css

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

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

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