Html Css Color HEX #FF1413 Scarlet

📋 copy color: '#FF1413'

red 255 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #FF1413

Tints of Scarlet #FF1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 86.73%
G = 6.8%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1413 (or 0xFF1413) is known color: Scarlet. HEX triplet: FF, 14 and 13. RGB value is (255,20,19). Sum of RGB (Red+Green+Blue) = 255+20+19=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1413 is #00EBEC. Grayscale: #5A5A5A. Windows color (decimal): -60397 or 1250559. OLE color: 1250559.

HSL color Cylindrical-coordinate representation of color #FF1413: hue angle of 0.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1413 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 20 19 -
CMYK 0 0.92 0.93 0
HSL 0.25º 1% 0.54% -
HSV(B) 0.25º 0.93% 1% -
XYZ 41.61 21.81 2.63 -
YUV 90.15 87.86 245.58 -
System Red Green Blue C M Y K H S L
Decimal 255 20 19 0 0.92 0.93 0 0.25 1 0.54
Hex FF 14 13 0 5C 5D 0 0 64 36
Octal 377 24 23 0 134 135 0 0 144 66
Binary 11111111 10100 10011 0 1011100 1011101 0 0 1100100 110110

Color Harmonies of #FF1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1413

Black with #FF1413

Text Example


Text Example

White with #FF1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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