Html Css Color HEX #FF0E1B Torch Red

📋 copy color: '#FF0E1B'

red 255 ◦ green 14 ◦ blue 27

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

Shades of Torch Red #FF0E1B

Tints of Torch Red #FF0E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 86.15%
G = 4.73%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF0E1B (or 0xFF0E1B) is known color: Torch Red. HEX triplet: FF, 0E and 1B. RGB value is (255,14,27). Sum of RGB (Red+Green+Blue) = 255+14+27=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E1B is #00F1E4. Grayscale: #575757. Windows color (decimal): -61925 or 1773311. OLE color: 1773311.

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

Color convert

RGB 255 14 27 -
CMYK 0 0.95 0.89 0
HSL 356.76º 1% 0.53% -
HSV(B) 356.76º 0.95% 1% -
XYZ 41.59 21.65 3.02 -
YUV 87.54 93.84 247.44 -
System Red Green Blue C M Y K H S L
Decimal 255 14 27 0 0.95 0.89 0 356.76 1 0.53
Hex FF E 1B 0 5F 59 0 165 64 35
Octal 377 16 33 0 137 131 0 545 144 65
Binary 11111111 1110 11011 0 1011111 1011001 0 101100101 1100100 110101

Color Harmonies of #FF0E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E1B

Black with #FF0E1B

Text Example


Text Example

White with #FF0E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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