Html Css Color HEX #FF0914 Torch Red

📋 copy color: '#FF0914'

red 255 ◦ green 9 ◦ blue 20

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

Shades of Torch Red #FF0914

Tints of Torch Red #FF0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 89.79%
G = 3.17%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0914 (or 0xFF0914) is known color: Torch Red. HEX triplet: FF, 09 and 14. RGB value is (255,9,20). Sum of RGB (Red+Green+Blue) = 255+9+20=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0914 is #00F6EB. Grayscale: #545454. Windows color (decimal): -63212 or 1313279. OLE color: 1313279.

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

Color convert

RGB 255 9 20 -
CMYK 0 0.96 0.92 0
HSL 357.32º 1% 0.52% -
HSV(B) 357.32º 0.96% 1% -
XYZ 41.46 21.51 2.63 -
YUV 83.81 92 250.11 -
System Red Green Blue C M Y K H S L
Decimal 255 9 20 0 0.96 0.92 0 357.32 1 0.52
Hex FF 9 14 0 60 5C 0 165 64 34
Octal 377 11 24 0 140 134 0 545 144 64
Binary 11111111 1001 10100 0 1100000 1011100 0 101100101 1100100 110100

Color Harmonies of #FF0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0914

Black with #FF0914

Text Example


Text Example

White with #FF0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0914; }

 p { color: rgb(255,9,20); }

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

background-color css

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

 a { background-color: rgb(255,9,20); }

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

border-color css

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

 span { border-color: rgb(255,9,20); }

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