Html Css Color HEX #FF0E4D Torch Red

📋 copy color: '#FF0E4D'

red 255 ◦ green 14 ◦ blue 77

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

Shades of Torch Red #FF0E4D

Tints of Torch Red #FF0E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 73.7%
G = 4.05%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF0E4D (or 0xFF0E4D) is known color: Torch Red. HEX triplet: FF, 0E and 4D. RGB value is (255,14,77). Sum of RGB (Red+Green+Blue) = 255+14+77=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E4D is #00F1B2. Grayscale: #5D5D5D. Windows color (decimal): -61875 or 5050111. OLE color: 5050111.

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

Color convert

RGB 255 14 77 -
CMYK 0 0.95 0.70 0
HSL 344.32º 1% 0.53% -
HSV(B) 344.32º 0.95% 1% -
XYZ 42.74 22.11 9.04 -
YUV 93.24 118.84 243.38 -
System Red Green Blue C M Y K H S L
Decimal 255 14 77 0 0.95 0.70 0 344.32 1 0.53
Hex FF E 4D 0 5F 46 0 158 64 35
Octal 377 16 115 0 137 106 0 530 144 65
Binary 11111111 1110 1001101 0 1011111 1000110 0 101011000 1100100 110101

Color Harmonies of #FF0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E4D

Black with #FF0E4D

Text Example


Text Example

White with #FF0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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