Html Css Color HEX #FF190E Scarlet

📋 copy color: '#FF190E'

red 255 ◦ green 25 ◦ blue 14

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

Shades of Scarlet #FF190E

Tints of Scarlet #FF190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 86.73%
G = 8.5%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF190E (or 0xFF190E) is known color: Scarlet. HEX triplet: FF, 19 and 0E. RGB value is (255,25,14). Sum of RGB (Red+Green+Blue) = 255+25+14=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF190E is #00E6F1. Grayscale: #5C5C5C. Windows color (decimal): -59122 or 924159. OLE color: 924159.

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

Color convert

RGB 255 25 14 -
CMYK 0 0.90 0.95 0
HSL 2.74º 1% 0.53% -
HSV(B) 2.74º 0.95% 1% -
XYZ 41.67 21.99 2.46 -
YUV 92.52 83.7 243.89 -
System Red Green Blue C M Y K H S L
Decimal 255 25 14 0 0.90 0.95 0 2.74 1 0.53
Hex FF 19 E 0 5A 5F 0 3 64 35
Octal 377 31 16 0 132 137 0 3 144 65
Binary 11111111 11001 1110 0 1011010 1011111 0 11 1100100 110101

Color Harmonies of #FF190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF190E

Black with #FF190E

Text Example


Text Example

White with #FF190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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