Html Css Color HEX #FF0A0E Torch Red

📋 copy color: '#FF0A0E'

red 255 ◦ green 10 ◦ blue 14

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

Shades of Torch Red #FF0A0E

Tints of Torch Red #FF0A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.58%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 91.4%
G = 3.58%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF0A0E (or 0xFF0A0E) is known color: Torch Red. HEX triplet: FF, 0A and 0E. RGB value is (255,10,14). Sum of RGB (Red+Green+Blue) = 255+10+14=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A0E is #00F5F1. Grayscale: #535353. Windows color (decimal): -62962 or 920319. OLE color: 920319.

HSL color Cylindrical-coordinate representation of color #FF0A0E: hue angle of 359.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A0E is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 10 14 -
CMYK 0 0.96 0.95 0
HSL 359.02º 1% 0.52% -
HSV(B) 359.02º 0.96% 1% -
XYZ 41.43 21.51 2.38 -
YUV 83.71 88.67 250.17 -
System Red Green Blue C M Y K H S L
Decimal 255 10 14 0 0.96 0.95 0 359.02 1 0.52
Hex FF A E 0 60 5F 0 167 64 34
Octal 377 12 16 0 140 137 0 547 144 64
Binary 11111111 1010 1110 0 1100000 1011111 0 101100111 1100100 110100

Color Harmonies of #FF0A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A0E

Black with #FF0A0E

Text Example


Text Example

White with #FF0A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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