Html Css Color HEX #FF0E2F Torch Red

📋 copy color: '#FF0E2F'

red 255 ◦ green 14 ◦ blue 47

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

Shades of Torch Red #FF0E2F

Tints of Torch Red #FF0E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 80.7%
G = 4.43%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF0E2F (or 0xFF0E2F) is known color: Torch Red. HEX triplet: FF, 0E and 2F. RGB value is (255,14,47). Sum of RGB (Red+Green+Blue) = 255+14+47=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E2F is #00F1D0. Grayscale: #595959. Windows color (decimal): -61905 or 3084031. OLE color: 3084031.

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

Color convert

RGB 255 14 47 -
CMYK 0 0.95 0.82 0
HSL 351.78º 1% 0.53% -
HSV(B) 351.78º 0.95% 1% -
XYZ 41.91 21.78 4.68 -
YUV 89.82 103.84 245.82 -
System Red Green Blue C M Y K H S L
Decimal 255 14 47 0 0.95 0.82 0 351.78 1 0.53
Hex FF E 2F 0 5F 52 0 160 64 35
Octal 377 16 57 0 137 122 0 540 144 65
Binary 11111111 1110 101111 0 1011111 1010010 0 101100000 1100100 110101

Color Harmonies of #FF0E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E2F

Black with #FF0E2F

Text Example


Text Example

White with #FF0E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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