Html Css Color HEX #FF0E34 Torch Red

📋 copy color: '#FF0E34'

red 255 ◦ green 14 ◦ blue 52

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

Shades of Torch Red #FF0E34

Tints of Torch Red #FF0E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 79.44%
G = 4.36%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF0E34 (or 0xFF0E34) is known color: Torch Red. HEX triplet: FF, 0E and 34. RGB value is (255,14,52). Sum of RGB (Red+Green+Blue) = 255+14+52=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E34 is #00F1CB. Grayscale: #5A5A5A. Windows color (decimal): -61900 or 3411711. OLE color: 3411711.

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

Color convert

RGB 255 14 52 -
CMYK 0 0.95 0.80 0
HSL 350.54º 1% 0.53% -
HSV(B) 350.54º 0.95% 1% -
XYZ 42.02 21.82 5.25 -
YUV 90.39 106.34 245.41 -
System Red Green Blue C M Y K H S L
Decimal 255 14 52 0 0.95 0.80 0 350.54 1 0.53
Hex FF E 34 0 5F 50 0 15F 64 35
Octal 377 16 64 0 137 120 0 537 144 65
Binary 11111111 1110 110100 0 1011111 1010000 0 101011111 1100100 110101

Color Harmonies of #FF0E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E34

Black with #FF0E34

Text Example


Text Example

White with #FF0E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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