Html Css Color HEX #FF0E14 Torch Red

📋 copy color: '#FF0E14'

red 255 ◦ green 14 ◦ blue 20

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

Shades of Torch Red #FF0E14

Tints of Torch Red #FF0E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

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

R = 88.24%
G = 4.84%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0E14 (or 0xFF0E14) is known color: Torch Red. HEX triplet: FF, 0E and 14. RGB value is (255,14,20). Sum of RGB (Red+Green+Blue) = 255+14+20=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E14 is #00F1EB. Grayscale: #565656. Windows color (decimal): -61932 or 1314559. OLE color: 1314559.

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

Color convert

RGB 255 14 20 -
CMYK 0 0.95 0.92 0
HSL 358.51º 1% 0.53% -
HSV(B) 358.51º 0.95% 1% -
XYZ 41.52 21.62 2.65 -
YUV 86.74 90.34 248.01 -
System Red Green Blue C M Y K H S L
Decimal 255 14 20 0 0.95 0.92 0 358.51 1 0.53
Hex FF E 14 0 5F 5C 0 167 64 35
Octal 377 16 24 0 137 134 0 547 144 65
Binary 11111111 1110 10100 0 1011111 1011100 0 101100111 1100100 110101

Color Harmonies of #FF0E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E14

Black with #FF0E14

Text Example


Text Example

White with #FF0E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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