Html Css Color HEX #FF1119 Torch Red

📋 copy color: '#FF1119'

red 255 ◦ green 17 ◦ blue 25

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

Shades of Torch Red #FF1119

Tints of Torch Red #FF1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 85.86%
G = 5.72%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF1119 (or 0xFF1119) is known color: Torch Red. HEX triplet: FF, 11 and 19. RGB value is (255,17,25). Sum of RGB (Red+Green+Blue) = 255+17+25=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1119 is #00EEE6. Grayscale: #595959. Windows color (decimal): -61159 or 1643007. OLE color: 1643007.

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

Color convert

RGB 255 17 25 -
CMYK 0 0.93 0.90 0
HSL 357.98º 1% 0.53% -
HSV(B) 357.98º 0.93% 1% -
XYZ 41.62 21.73 2.92 -
YUV 89.07 91.85 246.35 -
System Red Green Blue C M Y K H S L
Decimal 255 17 25 0 0.93 0.90 0 357.98 1 0.53
Hex FF 11 19 0 5D 5A 0 166 64 35
Octal 377 21 31 0 135 132 0 546 144 65
Binary 11111111 10001 11001 0 1011101 1011010 0 101100110 1100100 110101

Color Harmonies of #FF1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1119

Black with #FF1119

Text Example


Text Example

White with #FF1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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