Html Css Color HEX #FF060C Torch Red

📋 copy color: '#FF060C'

red 255 ◦ green 6 ◦ blue 12

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

Shades of Torch Red #FF060C

Tints of Torch Red #FF060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 93.41%
G = 2.2%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF060C (or 0xFF060C) is known color: Torch Red. HEX triplet: FF, 06 and 0C. RGB value is (255,6,12). Sum of RGB (Red+Green+Blue) = 255+6+12=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF060C is #00F9F3. Grayscale: #515151. Windows color (decimal): -63988 or 788223. OLE color: 788223.

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

Color convert

RGB 255 6 12 -
CMYK 0 0.98 0.95 0
HSL 358.55º 1% 0.51% -
HSV(B) 358.55º 0.98% 1% -
XYZ 41.37 21.42 2.3 -
YUV 81.14 88.99 252.01 -
System Red Green Blue C M Y K H S L
Decimal 255 6 12 0 0.98 0.95 0 358.55 1 0.51
Hex FF 6 C 0 62 5F 0 167 64 33
Octal 377 6 14 0 142 137 0 547 144 63
Binary 11111111 110 1100 0 1100010 1011111 0 101100111 1100100 110011

Color Harmonies of #FF060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF060C

Black with #FF060C

Text Example


Text Example

White with #FF060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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