Html Css Color HEX #FF0E15 Torch Red

📋 copy color: '#FF0E15'

red 255 ◦ green 14 ◦ blue 21

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

Shades of Torch Red #FF0E15

Tints of Torch Red #FF0E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.24%

R = 87.93%
G = 4.83%
B = 7.24%

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

#FF0E15 (or 0xFF0E15) is known color: Torch Red. HEX triplet: FF, 0E and 15. RGB value is (255,14,21). Sum of RGB (Red+Green+Blue) = 255+14+21=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E15 is #00F1EA. Grayscale: #575757. Windows color (decimal): -61931 or 1380095. OLE color: 1380095.

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

Color convert

RGB 255 14 21 -
CMYK 0 0.95 0.92 0
HSL 358.26º 1% 0.53% -
HSV(B) 358.26º 0.95% 1% -
XYZ 41.53 21.63 2.7 -
YUV 86.86 90.84 247.93 -
System Red Green Blue C M Y K H S L
Decimal 255 14 21 0 0.95 0.92 0 358.26 1 0.53
Hex FF E 15 0 5F 5C 0 166 64 35
Octal 377 16 25 0 137 134 0 546 144 65
Binary 11111111 1110 10101 0 1011111 1011100 0 101100110 1100100 110101

Color Harmonies of #FF0E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E15

Black with #FF0E15

Text Example


Text Example

White with #FF0E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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