Html Css Color HEX #FF0E3A Torch Red

📋 copy color: '#FF0E3A'

red 255 ◦ green 14 ◦ blue 58

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

Shades of Torch Red #FF0E3A

Tints of Torch Red #FF0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 77.98%
G = 4.28%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF0E3A (or 0xFF0E3A) is known color: Torch Red. HEX triplet: FF, 0E and 3A. RGB value is (255,14,58). Sum of RGB (Red+Green+Blue) = 255+14+58=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E3A is #00F1C5. Grayscale: #5B5B5B. Windows color (decimal): -61894 or 3804927. OLE color: 3804927.

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

Color convert

RGB 255 14 58 -
CMYK 0 0.95 0.77 0
HSL 349.05º 1% 0.53% -
HSV(B) 349.05º 0.95% 1% -
XYZ 42.16 21.88 6 -
YUV 91.08 109.34 244.92 -
System Red Green Blue C M Y K H S L
Decimal 255 14 58 0 0.95 0.77 0 349.05 1 0.53
Hex FF E 3A 0 5F 4D 0 15D 64 35
Octal 377 16 72 0 137 115 0 535 144 65
Binary 11111111 1110 111010 0 1011111 1001101 0 101011101 1100100 110101

Color Harmonies of #FF0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E3A

Black with #FF0E3A

Text Example


Text Example

White with #FF0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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