Html Css Color HEX #FF0614 Torch Red

📋 copy color: '#FF0614'

red 255 ◦ green 6 ◦ blue 20

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

Shades of Torch Red #FF0614

Tints of Torch Red #FF0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 90.75%
G = 2.14%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0614 (or 0xFF0614) is known color: Torch Red. HEX triplet: FF, 06 and 14. RGB value is (255,6,20). Sum of RGB (Red+Green+Blue) = 255+6+20=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0614 is #00F9EB. Grayscale: #525252. Windows color (decimal): -63980 or 1312511. OLE color: 1312511.

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

Color convert

RGB 255 6 20 -
CMYK 0 0.98 0.92 0
HSL 356.63º 1% 0.51% -
HSV(B) 356.63º 0.98% 1% -
XYZ 41.43 21.44 2.62 -
YUV 82.05 92.99 251.36 -
System Red Green Blue C M Y K H S L
Decimal 255 6 20 0 0.98 0.92 0 356.63 1 0.51
Hex FF 6 14 0 62 5C 0 165 64 33
Octal 377 6 24 0 142 134 0 545 144 63
Binary 11111111 110 10100 0 1100010 1011100 0 101100101 1100100 110011

Color Harmonies of #FF0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0614

Black with #FF0614

Text Example


Text Example

White with #FF0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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